#[repr(C)]pub struct mnt_id_req {
    pub size: __u32,
    pub spare: __u32,
    pub mnt_id: __u64,
    pub param: __u64,
    pub mnt_ns_id: __u64,
}Fields§
§size: __u32§spare: __u32§mnt_id: __u64§param: __u64§mnt_ns_id: __u64Trait Implementations§
Source§impl Clone for mnt_id_req
 
impl Clone for mnt_id_req
Source§fn clone(&self) -> mnt_id_req
 
fn clone(&self) -> mnt_id_req
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for mnt_id_req
 
impl Debug for mnt_id_req
impl Copy for mnt_id_req
Auto Trait Implementations§
impl Freeze for mnt_id_req
impl RefUnwindSafe for mnt_id_req
impl Send for mnt_id_req
impl Sync for mnt_id_req
impl Unpin for mnt_id_req
impl UnwindSafe for mnt_id_req
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