#[repr(transparent)]pub struct FSSyncFlags(pub NSInteger);
Available on crate feature
FSVolume
only.Expand description
Behavior flags for use with synchronization calls.
These values are based on flags defined in mount.h
. Since there are system-defined flags that are valid in the kernel but not in FSKit, this type defines its members as options rather than use an enumeration.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Trait Implementations§
Source§impl Clone for FSSyncFlags
impl Clone for FSSyncFlags
Source§fn clone(&self) -> FSSyncFlags
fn clone(&self) -> FSSyncFlags
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 FSSyncFlags
impl Debug for FSSyncFlags
Source§impl Encode for FSSyncFlags
impl Encode for FSSyncFlags
Source§impl Hash for FSSyncFlags
impl Hash for FSSyncFlags
Source§impl Ord for FSSyncFlags
impl Ord for FSSyncFlags
Source§fn cmp(&self, other: &FSSyncFlags) -> Ordering
fn cmp(&self, other: &FSSyncFlags) -> 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 FSSyncFlags
impl PartialEq for FSSyncFlags
Source§impl PartialOrd for FSSyncFlags
impl PartialOrd for FSSyncFlags
Source§impl RefEncode for FSSyncFlags
impl RefEncode for FSSyncFlags
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 FSSyncFlags
impl Eq for FSSyncFlags
impl StructuralPartialEq for FSSyncFlags
Auto Trait Implementations§
impl Freeze for FSSyncFlags
impl RefUnwindSafe for FSSyncFlags
impl Send for FSSyncFlags
impl Sync for FSSyncFlags
impl Unpin for FSSyncFlags
impl UnwindSafe for FSSyncFlags
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.