pub struct ICore { /* private fields */ }Expand description
ICore* — opaque pointer to the Open Multiplayer server core.
Received in on_load; use only for caching or future queries.
Auto Trait Implementations§
impl Freeze for ICore
impl RefUnwindSafe for ICore
impl Send for ICore
impl Sync for ICore
impl Unpin for ICore
impl UnsafeUnpin for ICore
impl UnwindSafe for ICore
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