pub struct WindowClosedEvent {
    pub window_id: WindowId,
}Fields§
§window_id: WindowIdTrait Implementations§
Source§impl Clone for WindowClosedEvent
 
impl Clone for WindowClosedEvent
Source§fn clone(&self) -> WindowClosedEvent
 
fn clone(&self) -> WindowClosedEvent
Returns a copy 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 moreAuto 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