Struct maelstrom_linux::MountAttrs
source · pub struct MountAttrs(/* private fields */);
Implementations§
source§impl MountAttrs
impl MountAttrs
pub const RDONLY: Self = _
pub const NOSUID: Self = _
pub const NODEV: Self = _
pub const NOEXEC: Self = _
pub const _ATIME: Self = _
pub const RELATIME: Self = _
pub const NOATIME: Self = _
pub const STRICTATIME: Self = _
pub const NODIRATIME: Self = _
pub const IDMAP: Self = _
pub const NOSYMFOLLOW: Self = _
Trait Implementations§
source§impl BitOr for MountAttrs
impl BitOr for MountAttrs
§type Output = MountAttrs
type Output = MountAttrs
The resulting type after applying the
|
operator.source§fn bitor(self, rhs: MountAttrs) -> MountAttrs
fn bitor(self, rhs: MountAttrs) -> MountAttrs
Performs the
|
operation. Read moresource§impl Clone for MountAttrs
impl Clone for MountAttrs
source§fn clone(&self) -> MountAttrs
fn clone(&self) -> MountAttrs
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 Default for MountAttrs
impl Default for MountAttrs
source§fn default() -> MountAttrs
fn default() -> MountAttrs
Returns the “default value” for a type. Read more
impl Copy for MountAttrs
Auto Trait Implementations§
impl Freeze for MountAttrs
impl RefUnwindSafe for MountAttrs
impl Send for MountAttrs
impl Sync for MountAttrs
impl Unpin for MountAttrs
impl UnwindSafe for MountAttrs
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)