Struct objc2_app_kit::NSCellStyleMask
source · #[repr(transparent)]pub struct NSCellStyleMask(pub NSUInteger);
Available on crate feature
NSCell
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSCellStyleMask
impl NSCellStyleMask
pub const NSNoCellMask: Self = _
pub const NSContentsCellMask: Self = _
pub const NSPushInCellMask: Self = _
pub const NSChangeGrayCellMask: Self = _
pub const NSChangeBackgroundCellMask: Self = _
Trait Implementations§
source§impl Clone for NSCellStyleMask
impl Clone for NSCellStyleMask
source§fn clone(&self) -> NSCellStyleMask
fn clone(&self) -> NSCellStyleMask
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 NSCellStyleMask
impl Debug for NSCellStyleMask
source§impl Encode for NSCellStyleMask
impl Encode for NSCellStyleMask
source§impl Hash for NSCellStyleMask
impl Hash for NSCellStyleMask
source§impl Ord for NSCellStyleMask
impl Ord for NSCellStyleMask
source§fn cmp(&self, other: &NSCellStyleMask) -> Ordering
fn cmp(&self, other: &NSCellStyleMask) -> 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 NSCellStyleMask
impl PartialEq for NSCellStyleMask
source§fn eq(&self, other: &NSCellStyleMask) -> bool
fn eq(&self, other: &NSCellStyleMask) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSCellStyleMask
impl PartialOrd for NSCellStyleMask
source§fn partial_cmp(&self, other: &NSCellStyleMask) -> Option<Ordering>
fn partial_cmp(&self, other: &NSCellStyleMask) -> 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 NSCellStyleMask
impl RefEncode for NSCellStyleMask
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 NSCellStyleMask
impl Eq for NSCellStyleMask
impl StructuralPartialEq for NSCellStyleMask
Auto Trait Implementations§
impl Freeze for NSCellStyleMask
impl RefUnwindSafe for NSCellStyleMask
impl Send for NSCellStyleMask
impl Sync for NSCellStyleMask
impl Unpin for NSCellStyleMask
impl UnwindSafe for NSCellStyleMask
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.