#[repr(C)]pub struct vfsconf {
pub vfc_reserved1: u32,
pub vfc_name: [c_char; 15],
pub vfc_typenum: c_int,
pub vfc_refcount: c_int,
pub vfc_flags: c_int,
pub vfc_reserved2: u32,
pub vfc_reserved3: u32,
}Fields§
§vfc_reserved1: u32§vfc_name: [c_char; 15]§vfc_typenum: c_int§vfc_refcount: c_int§vfc_flags: c_int§vfc_reserved2: u32§vfc_reserved3: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for vfsconf
impl RefUnwindSafe for vfsconf
impl Send for vfsconf
impl Sync for vfsconf
impl Unpin for vfsconf
impl UnwindSafe for vfsconf
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