#[repr(transparent)]pub struct NSSearchPathDirectory(pub NSUInteger);
Available on crate feature
NSPathUtilities
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSSearchPathDirectory
impl NSSearchPathDirectory
pub const ApplicationDirectory: Self
pub const DemoApplicationDirectory: Self
pub const DeveloperApplicationDirectory: Self
pub const AdminApplicationDirectory: Self
pub const LibraryDirectory: Self
pub const DeveloperDirectory: Self
pub const UserDirectory: Self
pub const DocumentationDirectory: Self
pub const DocumentDirectory: Self
pub const CoreServiceDirectory: Self
pub const AutosavedInformationDirectory: Self
pub const DesktopDirectory: Self
pub const CachesDirectory: Self
pub const ApplicationSupportDirectory: Self
pub const DownloadsDirectory: Self
pub const InputMethodsDirectory: Self
pub const MoviesDirectory: Self
pub const MusicDirectory: Self
pub const PicturesDirectory: Self
pub const PrinterDescriptionDirectory: Self
pub const PreferencePanesDirectory: Self
pub const ApplicationScriptsDirectory: Self
pub const ItemReplacementDirectory: Self
pub const AllApplicationsDirectory: Self
pub const AllLibrariesDirectory: Self
pub const TrashDirectory: Self
Trait Implementations§
Source§impl Clone for NSSearchPathDirectory
impl Clone for NSSearchPathDirectory
Source§fn clone(&self) -> NSSearchPathDirectory
fn clone(&self) -> NSSearchPathDirectory
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 NSSearchPathDirectory
impl Debug for NSSearchPathDirectory
Source§impl Encode for NSSearchPathDirectory
impl Encode for NSSearchPathDirectory
Source§impl Hash for NSSearchPathDirectory
impl Hash for NSSearchPathDirectory
Source§impl Ord for NSSearchPathDirectory
impl Ord for NSSearchPathDirectory
Source§fn cmp(&self, other: &NSSearchPathDirectory) -> Ordering
fn cmp(&self, other: &NSSearchPathDirectory) -> 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 NSSearchPathDirectory
impl PartialEq for NSSearchPathDirectory
Source§impl PartialOrd for NSSearchPathDirectory
impl PartialOrd for NSSearchPathDirectory
Source§impl RefEncode for NSSearchPathDirectory
impl RefEncode for NSSearchPathDirectory
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 NSSearchPathDirectory
impl Eq for NSSearchPathDirectory
impl StructuralPartialEq for NSSearchPathDirectory
Auto Trait Implementations§
impl Freeze for NSSearchPathDirectory
impl RefUnwindSafe for NSSearchPathDirectory
impl Send for NSSearchPathDirectory
impl Sync for NSSearchPathDirectory
impl Unpin for NSSearchPathDirectory
impl UnwindSafe for NSSearchPathDirectory
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.