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