pub struct SubWindows { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for SubWindows
impl Default for SubWindows
Source§fn default() -> SubWindows
fn default() -> SubWindows
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for SubWindows
impl !Send for SubWindows
impl !Sync for SubWindows
impl !UnwindSafe for SubWindows
impl Freeze for SubWindows
impl Unpin for SubWindows
impl UnsafeUnpin for SubWindows
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