pub struct MountFlags(/* private fields */);
Implementations§
Trait Implementations§
Source§impl BitOr for MountFlags
impl BitOr for MountFlags
Source§type Output = MountFlags
type Output = MountFlags
The resulting type after applying the
|
operator.Source§fn bitor(self, rhs: MountFlags) -> MountFlags
fn bitor(self, rhs: MountFlags) -> MountFlags
Performs the
|
operation. Read moreSource§impl Clone for MountFlags
impl Clone for MountFlags
Source§fn clone(&self) -> MountFlags
fn clone(&self) -> MountFlags
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 MountFlags
impl Default for MountFlags
Source§fn default() -> MountFlags
fn default() -> MountFlags
Returns the “default value” for a type. Read more
impl Copy for MountFlags
Auto Trait Implementations§
impl Freeze for MountFlags
impl RefUnwindSafe for MountFlags
impl Send for MountFlags
impl Sync for MountFlags
impl Unpin for MountFlags
impl UnwindSafe for MountFlags
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