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