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