#[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 Freeze for mount_attr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes