Struct libc::msdosfs_args
source · [−]#[repr(C)]pub struct msdosfs_args {
pub fspec: *mut c_char,
pub export_info: export_args,
pub uid: uid_t,
pub gid: gid_t,
pub mask: mode_t,
pub flags: c_int,
}
Fields
fspec: *mut c_char
export_info: export_args
uid: uid_t
gid: gid_t
mask: mode_t
flags: c_int
Trait Implementations
sourceimpl Clone for msdosfs_args
impl Clone for msdosfs_args
sourcefn clone(&self) -> msdosfs_args
fn clone(&self) -> msdosfs_args
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for msdosfs_args
impl Debug for msdosfs_args
sourceimpl Hash for msdosfs_args
impl Hash for msdosfs_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
sourceimpl PartialEq<msdosfs_args> for msdosfs_args
impl PartialEq<msdosfs_args> for msdosfs_args
sourcefn eq(&self, other: &msdosfs_args) -> bool
fn eq(&self, other: &msdosfs_args) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &msdosfs_args) -> bool
fn ne(&self, other: &msdosfs_args) -> bool
This method tests for !=
.
impl Copy for msdosfs_args
impl Eq for msdosfs_args
impl StructuralEq for msdosfs_args
impl StructuralPartialEq for msdosfs_args
Auto Trait Implementations
impl RefUnwindSafe for msdosfs_args
impl !Send for msdosfs_args
impl !Sync for msdosfs_args
impl Unpin for msdosfs_args
impl UnwindSafe for msdosfs_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