#[repr(transparent)]pub struct PHCollectionListSubtype(pub NSInteger);Available on crate feature
PhotosTypes only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl PHCollectionListSubtype
impl PHCollectionListSubtype
pub const MomentListCluster: Self
👎Deprecated: Will be removed in a future release
pub const MomentListYear: Self
👎Deprecated: Will be removed in a future release
pub const RegularFolder: Self
pub const SmartFolderEvents: Self
pub const SmartFolderFaces: Self
pub const Any: Self
Trait Implementations§
Source§impl Clone for PHCollectionListSubtype
impl Clone for PHCollectionListSubtype
Source§fn clone(&self) -> PHCollectionListSubtype
fn clone(&self) -> PHCollectionListSubtype
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 PHCollectionListSubtype
impl Debug for PHCollectionListSubtype
Source§impl Encode for PHCollectionListSubtype
impl Encode for PHCollectionListSubtype
Source§impl Hash for PHCollectionListSubtype
impl Hash for PHCollectionListSubtype
Source§impl Ord for PHCollectionListSubtype
impl Ord for PHCollectionListSubtype
Source§fn cmp(&self, other: &PHCollectionListSubtype) -> Ordering
fn cmp(&self, other: &PHCollectionListSubtype) -> 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 PHCollectionListSubtype
impl PartialEq for PHCollectionListSubtype
Source§impl PartialOrd for PHCollectionListSubtype
impl PartialOrd for PHCollectionListSubtype
Source§impl RefEncode for PHCollectionListSubtype
impl RefEncode for PHCollectionListSubtype
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 PHCollectionListSubtype
impl Eq for PHCollectionListSubtype
impl StructuralPartialEq for PHCollectionListSubtype
Auto Trait Implementations§
impl Freeze for PHCollectionListSubtype
impl RefUnwindSafe for PHCollectionListSubtype
impl Send for PHCollectionListSubtype
impl Sync for PHCollectionListSubtype
impl Unpin for PHCollectionListSubtype
impl UnwindSafe for PHCollectionListSubtype
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.