Struct linux_raw_sys::general::mount_attr  
source · [−]#[repr(C)]pub struct mount_attr {
    pub attr_set: __u64,
    pub attr_clr: __u64,
    pub propagation: __u64,
    pub userns_fd: __u64,
}Fields
attr_set: __u64attr_clr: __u64propagation: __u64userns_fd: __u64Trait Implementations
sourceimpl Clone for mount_attr
 
impl Clone for mount_attr
sourcefn clone(&self) -> mount_attr
 
fn clone(&self) -> mount_attr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for mount_attr
 
impl Debug for mount_attr
impl Copy for mount_attr
Auto Trait Implementations
impl RefUnwindSafe for mount_attr
impl Send for mount_attr
impl Sync for mount_attr
impl Unpin for mount_attr
impl UnwindSafe for mount_attr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more