#[repr(C)]pub struct mfs_args {
pub fspec: *mut c_char,
pub export_info: export_args,
pub base: *mut c_char,
pub size: c_ulong,
}
Fields
fspec: *mut c_char
export_info: export_args
base: *mut c_char
size: c_ulong
Trait Implementations
sourceimpl Hash for mfs_args
impl Hash for mfs_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 mfs_args
impl Eq for mfs_args
impl StructuralEq for mfs_args
impl StructuralPartialEq for mfs_args
Auto Trait Implementations
impl RefUnwindSafe for mfs_args
impl !Send for mfs_args
impl !Sync for mfs_args
impl Unpin for mfs_args
impl UnwindSafe for mfs_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