#[repr(transparent)]pub struct NSCellAttribute(pub NSUInteger);
Available on crate feature
NSCell
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSCellAttribute
impl NSCellAttribute
pub const CellDisabled: Self
pub const CellState: Self
pub const PushInCell: Self
pub const CellEditable: Self
pub const ChangeGrayCell: Self
pub const CellHighlighted: Self
pub const CellLightsByContents: Self
pub const CellLightsByGray: Self
pub const ChangeBackgroundCell: Self
pub const CellLightsByBackground: Self
pub const CellIsBordered: Self
pub const CellHasOverlappingImage: Self
pub const CellHasImageHorizontal: Self
pub const CellHasImageOnLeftOrBottom: Self
pub const CellChangesContents: Self
pub const CellIsInsetButton: Self
pub const CellAllowsMixedState: Self
Trait Implementations§
Source§impl Clone for NSCellAttribute
impl Clone for NSCellAttribute
Source§fn clone(&self) -> NSCellAttribute
fn clone(&self) -> NSCellAttribute
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 NSCellAttribute
impl Debug for NSCellAttribute
Source§impl Encode for NSCellAttribute
impl Encode for NSCellAttribute
Source§impl Hash for NSCellAttribute
impl Hash for NSCellAttribute
Source§impl Ord for NSCellAttribute
impl Ord for NSCellAttribute
Source§fn cmp(&self, other: &NSCellAttribute) -> Ordering
fn cmp(&self, other: &NSCellAttribute) -> 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 NSCellAttribute
impl PartialEq for NSCellAttribute
Source§impl PartialOrd for NSCellAttribute
impl PartialOrd for NSCellAttribute
Source§impl RefEncode for NSCellAttribute
impl RefEncode for NSCellAttribute
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 NSCellAttribute
impl Eq for NSCellAttribute
impl StructuralPartialEq for NSCellAttribute
Auto Trait Implementations§
impl Freeze for NSCellAttribute
impl RefUnwindSafe for NSCellAttribute
impl Send for NSCellAttribute
impl Sync for NSCellAttribute
impl Unpin for NSCellAttribute
impl UnwindSafe for NSCellAttribute
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.