#[repr(transparent)]pub struct NSWindowCollectionBehavior(pub NSUInteger);
Available on crate feature
NSWindow
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSWindowCollectionBehavior
impl NSWindowCollectionBehavior
pub const Default: Self = _
pub const CanJoinAllSpaces: Self = _
pub const MoveToActiveSpace: Self = _
pub const Managed: Self = _
pub const Transient: Self = _
pub const Stationary: Self = _
pub const ParticipatesInCycle: Self = _
pub const IgnoresCycle: Self = _
pub const FullScreenPrimary: Self = _
pub const FullScreenAuxiliary: Self = _
pub const FullScreenNone: Self = _
pub const FullScreenAllowsTiling: Self = _
pub const FullScreenDisallowsTiling: Self = _
pub const Primary: Self = _
pub const Auxiliary: Self = _
pub const CanJoinAllApplications: Self = _
Trait Implementations§
source§impl Clone for NSWindowCollectionBehavior
impl Clone for NSWindowCollectionBehavior
source§fn clone(&self) -> NSWindowCollectionBehavior
fn clone(&self) -> NSWindowCollectionBehavior
Returns a copy 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 NSWindowCollectionBehavior
impl Debug for NSWindowCollectionBehavior
source§impl Encode for NSWindowCollectionBehavior
impl Encode for NSWindowCollectionBehavior
source§impl Hash for NSWindowCollectionBehavior
impl Hash for NSWindowCollectionBehavior
source§impl Ord for NSWindowCollectionBehavior
impl Ord for NSWindowCollectionBehavior
source§fn cmp(&self, other: &NSWindowCollectionBehavior) -> Ordering
fn cmp(&self, other: &NSWindowCollectionBehavior) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for NSWindowCollectionBehavior
impl PartialEq for NSWindowCollectionBehavior
source§fn eq(&self, other: &NSWindowCollectionBehavior) -> bool
fn eq(&self, other: &NSWindowCollectionBehavior) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSWindowCollectionBehavior
impl PartialOrd for NSWindowCollectionBehavior
source§fn partial_cmp(&self, other: &NSWindowCollectionBehavior) -> Option<Ordering>
fn partial_cmp(&self, other: &NSWindowCollectionBehavior) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for NSWindowCollectionBehavior
impl RefEncode for NSWindowCollectionBehavior
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSWindowCollectionBehavior
impl Eq for NSWindowCollectionBehavior
impl StructuralPartialEq for NSWindowCollectionBehavior
Auto Trait Implementations§
impl Freeze for NSWindowCollectionBehavior
impl RefUnwindSafe for NSWindowCollectionBehavior
impl Send for NSWindowCollectionBehavior
impl Sync for NSWindowCollectionBehavior
impl Unpin for NSWindowCollectionBehavior
impl UnwindSafe for NSWindowCollectionBehavior
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.