#[repr(transparent)]pub struct INVocabularyStringType(pub NSInteger);
INVocabulary
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl INVocabularyStringType
impl INVocabularyStringType
Sourcepub const ContactName: Self
pub const ContactName: Self
The name of a contact as a person will say it, for example “Jon Smith”, “Apple”.
Sourcepub const ContactGroupName: Self
pub const ContactGroupName: Self
The name of a group of contacts as a person will say it, for example “Tahoe Trip”.
Sourcepub const PhotoTag: Self
pub const PhotoTag: Self
A keyword associated with an image or images, for example “food”, “Vacation”.
Sourcepub const PhotoAlbumName: Self
pub const PhotoAlbumName: Self
The name for a photograph album, for example “WWDC 2015 Karaoke”. You may find that INVocabularyStringTypePhotoTag is a better match for concepts that are similar to, but not exactly, albums.
Sourcepub const WorkoutActivityName: Self
pub const WorkoutActivityName: Self
The name a user has created for a workout, for example “Half Marathon”, “Kettlebell exercise”
Sourcepub const CarProfileName: Self
pub const CarProfileName: Self
The name of a vehicle configuration profile, for example “Roadtrip”, “Rally”, “Good Weather”. For use by automaker apps that are enabled to work with CarPlay <https ://developer.apple.com/carplay/>.
Sourcepub const CarName: Self
pub const CarName: Self
The name of a vehicle as a person will say it, for example “BMW”, “My Convertible”.
Sourcepub const PaymentsOrganizationName: Self
pub const PaymentsOrganizationName: Self
The name of an organization to pay as a person will say it, for example “PG &E ”, “Comcast”.
Sourcepub const PaymentsAccountNickname: Self
pub const PaymentsAccountNickname: Self
The name of an account nick name as a person will say it, for example “Checking”, “Rainy day savings”.
Sourcepub const NotebookItemTitle: Self
pub const NotebookItemTitle: Self
The title of a note, task, or task list as a person will say it; for example, “Grocery list” or “Weekly meeting minutes”.
Sourcepub const NotebookItemGroupName: Self
pub const NotebookItemGroupName: Self
The name of the note or task list’s group (folder, directory, account); for example, “iCloud” or “Shopping”
Sourcepub const MediaPlaylistTitle: Self
pub const MediaPlaylistTitle: Self
The title of a playlist as a person will say it, for example “Today’s Hits”.
Sourcepub const MediaMusicArtistName: Self
pub const MediaMusicArtistName: Self
The name of a music artist as a person will say it, for example “The Beatles”.
Sourcepub const MediaAudiobookTitle: Self
pub const MediaAudiobookTitle: Self
The title of an audiobook as a person will say it, for example “The Time Machine”.
Sourcepub const MediaAudiobookAuthorName: Self
pub const MediaAudiobookAuthorName: Self
The name of an audiobook author as a person will say it, for example “Mary Shelley”.
Sourcepub const MediaShowTitle: Self
pub const MediaShowTitle: Self
The name of a Podcast or Radio show title as a person will say it, for example “Fresh Air”.
Trait Implementations§
Source§impl Clone for INVocabularyStringType
impl Clone for INVocabularyStringType
Source§fn clone(&self) -> INVocabularyStringType
fn clone(&self) -> INVocabularyStringType
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more