#[repr(transparent)]pub struct PHAssetCollectionSubtype(pub NSInteger);Available on crate feature
PhotosTypes only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl PHAssetCollectionSubtype
impl PHAssetCollectionSubtype
pub const AlbumRegular: Self
pub const AlbumSyncedEvent: Self
pub const AlbumSyncedFaces: Self
pub const AlbumSyncedAlbum: Self
pub const AlbumImported: Self
pub const AlbumMyPhotoStream: Self
pub const SmartAlbumGeneric: Self
pub const SmartAlbumPanoramas: Self
pub const SmartAlbumVideos: Self
pub const SmartAlbumFavorites: Self
pub const SmartAlbumTimelapses: Self
pub const SmartAlbumAllHidden: Self
pub const SmartAlbumRecentlyAdded: Self
pub const SmartAlbumBursts: Self
pub const SmartAlbumSlomoVideos: Self
pub const SmartAlbumUserLibrary: Self
pub const SmartAlbumSelfPortraits: Self
pub const SmartAlbumScreenshots: Self
pub const SmartAlbumDepthEffect: Self
pub const SmartAlbumLivePhotos: Self
pub const SmartAlbumAnimated: Self
pub const SmartAlbumLongExposures: Self
pub const SmartAlbumUnableToUpload: Self
pub const SmartAlbumRAW: Self
pub const SmartAlbumCinematic: Self
pub const SmartAlbumSpatial: Self
pub const SmartAlbumScreenRecordings: Self
pub const Any: Self
Trait Implementations§
Source§impl Clone for PHAssetCollectionSubtype
impl Clone for PHAssetCollectionSubtype
Source§fn clone(&self) -> PHAssetCollectionSubtype
fn clone(&self) -> PHAssetCollectionSubtype
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 PHAssetCollectionSubtype
impl Debug for PHAssetCollectionSubtype
Source§impl Encode for PHAssetCollectionSubtype
impl Encode for PHAssetCollectionSubtype
Source§impl Hash for PHAssetCollectionSubtype
impl Hash for PHAssetCollectionSubtype
Source§impl Ord for PHAssetCollectionSubtype
impl Ord for PHAssetCollectionSubtype
Source§fn cmp(&self, other: &PHAssetCollectionSubtype) -> Ordering
fn cmp(&self, other: &PHAssetCollectionSubtype) -> 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 PHAssetCollectionSubtype
impl PartialEq for PHAssetCollectionSubtype
Source§impl PartialOrd for PHAssetCollectionSubtype
impl PartialOrd for PHAssetCollectionSubtype
Source§impl RefEncode for PHAssetCollectionSubtype
impl RefEncode for PHAssetCollectionSubtype
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 PHAssetCollectionSubtype
impl Eq for PHAssetCollectionSubtype
impl StructuralPartialEq for PHAssetCollectionSubtype
Auto Trait Implementations§
impl Freeze for PHAssetCollectionSubtype
impl RefUnwindSafe for PHAssetCollectionSubtype
impl Send for PHAssetCollectionSubtype
impl Sync for PHAssetCollectionSubtype
impl Unpin for PHAssetCollectionSubtype
impl UnwindSafe for PHAssetCollectionSubtype
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.