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