pub struct DesktopAppEvents { /* private fields */ }Implementations§
Trait Implementations§
source§impl Default for DesktopAppEvents
impl Default for DesktopAppEvents
source§fn default() -> DesktopAppEvents
fn default() -> DesktopAppEvents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DesktopAppEvents
impl Send for DesktopAppEvents
impl Sync for DesktopAppEvents
impl Unpin for DesktopAppEvents
impl !UnwindSafe for DesktopAppEvents
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more