pub struct ContextLostEventHandler { /* private fields */ }
Expand description
Context is destroyed after having been previously created */
Implementations§
Trait Implementations§
Source§impl Default for ContextLostEventHandler
impl Default for ContextLostEventHandler
Auto Trait Implementations§
impl Freeze for ContextLostEventHandler
impl !RefUnwindSafe for ContextLostEventHandler
impl !Send for ContextLostEventHandler
impl !Sync for ContextLostEventHandler
impl Unpin for ContextLostEventHandler
impl !UnwindSafe for ContextLostEventHandler
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