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