pub struct WindowClosedEvent {
pub window_id: usize,
}
Expand description
See Event::WindowClosed
.
Fields§
§window_id: usize
Trait Implementations§
Source§impl Clone for WindowClosedEvent
impl Clone for WindowClosedEvent
Source§fn clone(&self) -> WindowClosedEvent
fn clone(&self) -> WindowClosedEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WindowClosedEvent
impl Debug for WindowClosedEvent
Source§impl PartialEq for WindowClosedEvent
impl PartialEq for WindowClosedEvent
impl StructuralPartialEq for WindowClosedEvent
Auto Trait Implementations§
impl Freeze for WindowClosedEvent
impl RefUnwindSafe for WindowClosedEvent
impl Send for WindowClosedEvent
impl Sync for WindowClosedEvent
impl Unpin for WindowClosedEvent
impl UnwindSafe for WindowClosedEvent
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