Struct red4ext_rs::GameApp
source · pub struct GameApp(/* private fields */);
Expand description
A wrapper around the game application instance.
Auto Trait Implementations§
impl Freeze for GameApp
impl !RefUnwindSafe for GameApp
impl !Send for GameApp
impl !Sync for GameApp
impl Unpin for GameApp
impl UnwindSafe for GameApp
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