pub struct CreatedEventHandler { /* private fields */ }
Expand description
Window has been created, Window_Handle is valid now.
Implementations§
Trait Implementations§
Source§impl Default for CreatedEventHandler
impl Default for CreatedEventHandler
Auto Trait Implementations§
impl Freeze for CreatedEventHandler
impl !RefUnwindSafe for CreatedEventHandler
impl !Send for CreatedEventHandler
impl !Sync for CreatedEventHandler
impl Unpin for CreatedEventHandler
impl !UnwindSafe for CreatedEventHandler
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