Struct macmatic::WindowList
source · pub struct WindowList(_);
Expand description
The WindowList
struct represents a list of windows.
Implementations§
source§impl WindowList
impl WindowList
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WindowList
impl Send for WindowList
impl Sync for WindowList
impl Unpin for WindowList
impl UnwindSafe for WindowList
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