#[repr(C)]pub struct ntfs_args {
pub fspec: *mut c_char,
pub export_info: export_args,
pub uid: uid_t,
pub gid: gid_t,
pub mode: mode_t,
pub flag: c_ulong,
}
Fields
fspec: *mut c_char
export_info: export_args
uid: uid_t
gid: gid_t
mode: mode_t
flag: c_ulong
Trait Implementations
sourceimpl Hash for ntfs_args
impl Hash for ntfs_args
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Copy for ntfs_args
impl Eq for ntfs_args
impl StructuralEq for ntfs_args
impl StructuralPartialEq for ntfs_args
Auto Trait Implementations
impl RefUnwindSafe for ntfs_args
impl !Send for ntfs_args
impl !Sync for ntfs_args
impl Unpin for ntfs_args
impl UnwindSafe for ntfs_args
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more