Struct linux_raw_sys::general::mnt_id_req
source · #[repr(C)]pub struct mnt_id_req {
pub size: __u32,
pub spare: __u32,
pub mnt_id: __u64,
pub param: __u64,
}
Fields§
§size: __u32
§spare: __u32
§mnt_id: __u64
§param: __u64
Trait 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 copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)