#[repr(transparent)]pub struct FSVolumeCaseFormat(pub NSInteger);Available on crate feature
FSVolume only.Expand description
An enumeration of case-sensitivity support types.
A case-sensitive volume is a volume that treats upper and lower case characters in file and directory names as being distinct from each other. For example, FILE.TXT and file.TXT are different names in a case-sensitive volume, and the same name in a case-insensitive volume.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl FSVolumeCaseFormat
impl FSVolumeCaseFormat
Sourcepub const Insensitive: Self
pub const Insensitive: Self
The volume isn’t case sensitive.
Sourcepub const InsensitiveCasePreserving: Self
pub const InsensitiveCasePreserving: Self
The volume isn’t case sensitive, but supports preserving the case of file and directory names.
Trait Implementations§
Source§impl Clone for FSVolumeCaseFormat
impl Clone for FSVolumeCaseFormat
Source§fn clone(&self) -> FSVolumeCaseFormat
fn clone(&self) -> FSVolumeCaseFormat
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 FSVolumeCaseFormat
impl Debug for FSVolumeCaseFormat
Source§impl Encode for FSVolumeCaseFormat
impl Encode for FSVolumeCaseFormat
Source§impl Hash for FSVolumeCaseFormat
impl Hash for FSVolumeCaseFormat
Source§impl Ord for FSVolumeCaseFormat
impl Ord for FSVolumeCaseFormat
Source§fn cmp(&self, other: &FSVolumeCaseFormat) -> Ordering
fn cmp(&self, other: &FSVolumeCaseFormat) -> 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 FSVolumeCaseFormat
impl PartialEq for FSVolumeCaseFormat
Source§impl PartialOrd for FSVolumeCaseFormat
impl PartialOrd for FSVolumeCaseFormat
Source§impl RefEncode for FSVolumeCaseFormat
impl RefEncode for FSVolumeCaseFormat
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 FSVolumeCaseFormat
impl Eq for FSVolumeCaseFormat
impl StructuralPartialEq for FSVolumeCaseFormat
Auto Trait Implementations§
impl Freeze for FSVolumeCaseFormat
impl RefUnwindSafe for FSVolumeCaseFormat
impl Send for FSVolumeCaseFormat
impl Sync for FSVolumeCaseFormat
impl Unpin for FSVolumeCaseFormat
impl UnwindSafe for FSVolumeCaseFormat
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.