pub struct ResizedEventHandler { /* private fields */ }
Expand description
Window is resized
Implementations§
Trait Implementations§
Source§impl Default for ResizedEventHandler
impl Default for ResizedEventHandler
Auto Trait Implementations§
impl Freeze for ResizedEventHandler
impl !RefUnwindSafe for ResizedEventHandler
impl !Send for ResizedEventHandler
impl !Sync for ResizedEventHandler
impl Unpin for ResizedEventHandler
impl !UnwindSafe for ResizedEventHandler
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