Struct red4ext_rs::ExportList
source · pub struct ExportList<H, T> { /* private fields */ }
Expand description
A list of exports to register with the game.
Implementations§
source§impl<H, T> ExportList<H, T>
impl<H, T> ExportList<H, T>
Trait Implementations§
source§impl<H, T> Exportable for ExportList<H, T>where
H: Exportable,
T: Exportable,
impl<H, T> Exportable for ExportList<H, T>where
H: Exportable,
T: Exportable,
Auto Trait Implementations§
impl<H, T> Freeze for ExportList<H, T>
impl<H, T> RefUnwindSafe for ExportList<H, T>where
H: RefUnwindSafe,
T: RefUnwindSafe,
impl<H, T> Send for ExportList<H, T>
impl<H, T> Sync for ExportList<H, T>
impl<H, T> Unpin for ExportList<H, T>
impl<H, T> UnwindSafe for ExportList<H, T>where
H: UnwindSafe,
T: UnwindSafe,
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