pub struct FullscreenModeChangedEvent { /* private fields */ }
Auto Trait Implementations§
impl Freeze for FullscreenModeChangedEvent
impl RefUnwindSafe for FullscreenModeChangedEvent
impl !Send for FullscreenModeChangedEvent
impl !Sync for FullscreenModeChangedEvent
impl Unpin for FullscreenModeChangedEvent
impl UnwindSafe for FullscreenModeChangedEvent
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