Struct objc2_core_data::NSAttributeType
source · #[repr(transparent)]pub struct NSAttributeType(pub NSUInteger);Available on crate feature
NSAttributeDescription only.Tuple Fields§
§0: NSUIntegerImplementations§
source§impl NSAttributeType
impl NSAttributeType
pub const NSUndefinedAttributeType: Self = _
pub const NSInteger16AttributeType: Self = _
pub const NSInteger32AttributeType: Self = _
pub const NSInteger64AttributeType: Self = _
pub const NSDecimalAttributeType: Self = _
pub const NSDoubleAttributeType: Self = _
pub const NSFloatAttributeType: Self = _
pub const NSStringAttributeType: Self = _
pub const NSBooleanAttributeType: Self = _
pub const NSDateAttributeType: Self = _
pub const NSBinaryDataAttributeType: Self = _
pub const NSUUIDAttributeType: Self = _
pub const NSURIAttributeType: Self = _
pub const NSTransformableAttributeType: Self = _
pub const NSObjectIDAttributeType: Self = _
pub const NSCompositeAttributeType: Self = _
Trait Implementations§
source§impl Clone for NSAttributeType
impl Clone for NSAttributeType
source§fn clone(&self) -> NSAttributeType
fn clone(&self) -> NSAttributeType
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 NSAttributeType
impl Debug for NSAttributeType
source§impl Encode for NSAttributeType
impl Encode for NSAttributeType
source§impl Hash for NSAttributeType
impl Hash for NSAttributeType
source§impl Ord for NSAttributeType
impl Ord for NSAttributeType
source§fn cmp(&self, other: &NSAttributeType) -> Ordering
fn cmp(&self, other: &NSAttributeType) -> 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 NSAttributeType
impl PartialEq for NSAttributeType
source§fn eq(&self, other: &NSAttributeType) -> bool
fn eq(&self, other: &NSAttributeType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for NSAttributeType
impl PartialOrd for NSAttributeType
source§fn partial_cmp(&self, other: &NSAttributeType) -> Option<Ordering>
fn partial_cmp(&self, other: &NSAttributeType) -> 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 NSAttributeType
impl RefEncode for NSAttributeType
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 NSAttributeType
impl Eq for NSAttributeType
impl StructuralPartialEq for NSAttributeType
Auto Trait Implementations§
impl Freeze for NSAttributeType
impl RefUnwindSafe for NSAttributeType
impl Send for NSAttributeType
impl Sync for NSAttributeType
impl Unpin for NSAttributeType
impl UnwindSafe for NSAttributeType
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.