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