pub struct WindowClosed {
pub window_id: u64,
}Expand description
A window was closed.
Emitted when a window is removed from the layout.
Fields§
§window_id: u64ID of the closed window
Trait Implementations§
Source§impl Clone for WindowClosed
impl Clone for WindowClosed
Source§fn clone(&self) -> WindowClosed
fn clone(&self) -> WindowClosed
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 WindowClosed
impl Debug for WindowClosed
Source§impl Event for WindowClosed
impl Event for WindowClosed
Source§impl PartialEq for WindowClosed
impl PartialEq for WindowClosed
impl Copy for WindowClosed
impl Eq for WindowClosed
impl StructuralPartialEq for WindowClosed
Auto Trait Implementations§
impl Freeze for WindowClosed
impl RefUnwindSafe for WindowClosed
impl Send for WindowClosed
impl Sync for WindowClosed
impl Unpin for WindowClosed
impl UnsafeUnpin for WindowClosed
impl UnwindSafe for WindowClosed
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