pub struct ContextLostEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContextLostEvent
impl RefUnwindSafe for ContextLostEvent
impl Send for ContextLostEvent
impl Sync for ContextLostEvent
impl Unpin for ContextLostEvent
impl UnwindSafe for ContextLostEvent
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