pub struct WindowMaxState { /* private fields */ }Auto Trait Implementations§
impl Freeze for WindowMaxState
impl RefUnwindSafe for WindowMaxState
impl Send for WindowMaxState
impl Sync for WindowMaxState
impl Unpin for WindowMaxState
impl UnsafeUnpin for WindowMaxState
impl UnwindSafe for WindowMaxState
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