pub struct WindowCloseData { /* private fields */ }
Expand description
Opaque type that manages if a window should be closed after an OnClose event
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WindowCloseData
impl RefUnwindSafe for WindowCloseData
impl !Send for WindowCloseData
impl !Sync for WindowCloseData
impl Unpin for WindowCloseData
impl UnwindSafe for WindowCloseData
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