Struct me3_framework::overlay::Overlay
source · [−]pub struct Overlay { /* private fields */ }
Implementations
Trait Implementations
sourceimpl FrameworkGlobal for Overlay
impl FrameworkGlobal for Overlay
fn cell() -> &'static OnceCell<Self>
fn create() -> Result<Self, FrameworkError>
fn get_or_create() -> Result<&'static Self, FrameworkError>
sourceunsafe fn get_unchecked() -> &'static Self
unsafe fn get_unchecked() -> &'static Self
Safety Read more
Auto Trait Implementations
impl RefUnwindSafe for Overlay
impl Send for Overlay
impl Sync for Overlay
impl Unpin for Overlay
impl UnwindSafe for Overlay
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more