pub struct ResizedEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResizedEvent
impl RefUnwindSafe for ResizedEvent
impl Send for ResizedEvent
impl Sync for ResizedEvent
impl Unpin for ResizedEvent
impl UnwindSafe for ResizedEvent
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