#[repr(C)]pub struct UserEvents { /* private fields */ }Implementations§
Source§impl UserEvents
impl UserEvents
Sourcepub fn get_singleton() -> Option<&'static UserEvents>
pub fn get_singleton() -> Option<&'static UserEvents>
Gets the singleton instance of UserEvents.
Auto Trait Implementations§
impl Freeze for UserEvents
impl RefUnwindSafe for UserEvents
impl !Send for UserEvents
impl !Sync for UserEvents
impl Unpin for UserEvents
impl UnwindSafe for UserEvents
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