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