mount_attr

Struct mount_attr 

Source
#[repr(C)]
pub struct mount_attr { pub attr_set: u64, pub attr_clr: u64, pub propagation: u64, pub userns_fd: u64, pub __trailer: [c_char], }

Fields§

§attr_set: u64§attr_clr: u64§propagation: u64§userns_fd: u64§__trailer: [c_char]

Trait Implementations§

Source§

impl Debug for mount_attr

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for mount_attr

Source§

fn eq(&self, other: &mount_attr) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl SliceDst for mount_attr

Source§

fn layout_for(len: usize) -> Layout

Get the layout of the slice-containing type with the given slice length.
Source§

fn retype(ptr: NonNull<[()]>) -> NonNull<Self>

Add the type onto an untyped pointer. Read more
Source§

impl StructuralPartialEq for mount_attr

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more