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