Struct objc2_foundation::NSExpressionType
source · #[repr(transparent)]pub struct NSExpressionType(pub NSUInteger);
Available on crate feature
NSExpression
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSExpressionType
impl NSExpressionType
pub const NSConstantValueExpressionType: Self = _
pub const NSEvaluatedObjectExpressionType: Self = _
pub const NSVariableExpressionType: Self = _
pub const NSKeyPathExpressionType: Self = _
pub const NSFunctionExpressionType: Self = _
pub const NSUnionSetExpressionType: Self = _
pub const NSIntersectSetExpressionType: Self = _
pub const NSMinusSetExpressionType: Self = _
pub const NSSubqueryExpressionType: Self = _
pub const NSAggregateExpressionType: Self = _
pub const NSAnyKeyExpressionType: Self = _
pub const NSBlockExpressionType: Self = _
pub const NSConditionalExpressionType: Self = _
Trait Implementations§
source§impl Clone for NSExpressionType
impl Clone for NSExpressionType
source§fn clone(&self) -> NSExpressionType
fn clone(&self) -> NSExpressionType
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 NSExpressionType
impl Debug for NSExpressionType
source§impl Encode for NSExpressionType
impl Encode for NSExpressionType
source§impl Hash for NSExpressionType
impl Hash for NSExpressionType
source§impl Ord for NSExpressionType
impl Ord for NSExpressionType
source§fn cmp(&self, other: &NSExpressionType) -> Ordering
fn cmp(&self, other: &NSExpressionType) -> 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 NSExpressionType
impl PartialEq for NSExpressionType
source§fn eq(&self, other: &NSExpressionType) -> bool
fn eq(&self, other: &NSExpressionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSExpressionType
impl PartialOrd for NSExpressionType
source§fn partial_cmp(&self, other: &NSExpressionType) -> Option<Ordering>
fn partial_cmp(&self, other: &NSExpressionType) -> 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 NSExpressionType
impl RefEncode for NSExpressionType
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 NSExpressionType
impl Eq for NSExpressionType
impl StructuralPartialEq for NSExpressionType
Auto Trait Implementations§
impl Freeze for NSExpressionType
impl RefUnwindSafe for NSExpressionType
impl Send for NSExpressionType
impl Sync for NSExpressionType
impl Unpin for NSExpressionType
impl UnwindSafe for NSExpressionType
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.