#[repr(u64)]pub enum NSWindowNumberListOptions {
AllApplication = 1,
AllSpaces = 16,
}Expand description
Options to use when retrieving window numbers from the system.
Variants§
Trait Implementations§
Source§impl Clone for NSWindowNumberListOptions
impl Clone for NSWindowNumberListOptions
Source§fn clone(&self) -> NSWindowNumberListOptions
fn clone(&self) -> NSWindowNumberListOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NSWindowNumberListOptions
impl Debug for NSWindowNumberListOptions
impl Copy for NSWindowNumberListOptions
impl Eq for NSWindowNumberListOptions
impl StructuralPartialEq for NSWindowNumberListOptions
Auto Trait Implementations§
impl Freeze for NSWindowNumberListOptions
impl RefUnwindSafe for NSWindowNumberListOptions
impl Send for NSWindowNumberListOptions
impl Sync for NSWindowNumberListOptions
impl Unpin for NSWindowNumberListOptions
impl UnwindSafe for NSWindowNumberListOptions
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