Struct red4ext_rs::StructExport
source · pub struct StructExport<C> { /* private fields */ }
Expand description
A single struct export. This can be used to define a custom struct to be exported to the game.
Implementations§
source§impl<C> StructExport<C>
impl<C> StructExport<C>
pub fn builder() -> StructExportBuilder<C>
Trait Implementations§
source§impl<C: Debug> Debug for StructExport<C>
impl<C: Debug> Debug for StructExport<C>
source§impl<C: Default + Clone + NativeRepr> Exportable for StructExport<C>
impl<C: Default + Clone + NativeRepr> Exportable for StructExport<C>
Auto Trait Implementations§
impl<C> Freeze for StructExport<C>
impl<C> RefUnwindSafe for StructExport<C>
impl<C> Send for StructExport<C>
impl<C> Sync for StructExport<C>
impl<C> Unpin for StructExport<C>
impl<C> UnwindSafe for StructExport<C>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more