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 more