pub(super) struct NextWindowUpdate;
Trait Implementations§
source§impl Debug for NextWindowUpdate
impl Debug for NextWindowUpdate
Auto Trait Implementations§
impl Freeze for NextWindowUpdate
impl RefUnwindSafe for NextWindowUpdate
impl Send for NextWindowUpdate
impl Sync for NextWindowUpdate
impl Unpin for NextWindowUpdate
impl UnwindSafe for NextWindowUpdate
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