#[repr(transparent)]pub struct INConditionalOperator(pub NSInteger);
Available on crate feature
INConditionalOperator
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Trait Implementations§
Source§impl Clone for INConditionalOperator
impl Clone for INConditionalOperator
Source§fn clone(&self) -> INConditionalOperator
fn clone(&self) -> INConditionalOperator
Returns a duplicate 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 INConditionalOperator
impl Debug for INConditionalOperator
Source§impl Encode for INConditionalOperator
impl Encode for INConditionalOperator
Source§impl Hash for INConditionalOperator
impl Hash for INConditionalOperator
Source§impl Ord for INConditionalOperator
impl Ord for INConditionalOperator
Source§fn cmp(&self, other: &INConditionalOperator) -> Ordering
fn cmp(&self, other: &INConditionalOperator) -> 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 INConditionalOperator
impl PartialEq for INConditionalOperator
Source§impl PartialOrd for INConditionalOperator
impl PartialOrd for INConditionalOperator
Source§impl RefEncode for INConditionalOperator
impl RefEncode for INConditionalOperator
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 INConditionalOperator
impl Eq for INConditionalOperator
impl StructuralPartialEq for INConditionalOperator
Auto Trait Implementations§
impl Freeze for INConditionalOperator
impl RefUnwindSafe for INConditionalOperator
impl Send for INConditionalOperator
impl Sync for INConditionalOperator
impl Unpin for INConditionalOperator
impl UnwindSafe for INConditionalOperator
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.