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