#[repr(C)]pub struct vfsidctl {
pub vc_vers: c_int,
pub vc_fsid: fsid_t,
pub vc_ptr: *mut c_void,
pub vc_len: size_t,
pub vc_spare: [u_int32_t; 12],
}Fields§
§vc_vers: c_int§vc_fsid: fsid_t§vc_ptr: *mut c_void§vc_len: size_t§vc_spare: [u_int32_t; 12]Trait Implementations§
Auto Trait Implementations§
impl Freeze for vfsidctl
impl RefUnwindSafe for vfsidctl
impl !Send for vfsidctl
impl !Sync for vfsidctl
impl Unpin for vfsidctl
impl UnwindSafe for vfsidctl
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