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