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