Struct red4ext_rs::types::GameEngine
source · pub struct GameEngine(/* private fields */);
Implementations§
source§impl GameEngine
impl GameEngine
pub fn get<'a>() -> &'a Self
pub fn game_instance(&self) -> &NativeGameInstance
Auto Trait Implementations§
impl Freeze for GameEngine
impl !RefUnwindSafe for GameEngine
impl !Send for GameEngine
impl !Sync for GameEngine
impl Unpin for GameEngine
impl !UnwindSafe for GameEngine
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