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: __u64
§attr_clr: __u64
§propagation: __u64
§userns_fd: __u64
Trait Implementations§
source§impl Clone for mount_attr
impl Clone for mount_attr
source§fn clone(&self) -> mount_attr
fn clone(&self) -> mount_attr
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 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§
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