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