pub struct UmountFlags(/* private fields */);Implementations§
Source§impl UmountFlags
impl UmountFlags
Trait Implementations§
Source§impl BitOr for UmountFlags
impl BitOr for UmountFlags
Source§impl Clone for UmountFlags
impl Clone for UmountFlags
Source§fn clone(&self) -> UmountFlags
fn clone(&self) -> UmountFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UmountFlags
Source§impl Default for UmountFlags
impl Default for UmountFlags
Source§fn default() -> UmountFlags
fn default() -> UmountFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UmountFlags
impl RefUnwindSafe for UmountFlags
impl Send for UmountFlags
impl Sync for UmountFlags
impl Unpin for UmountFlags
impl UnsafeUnpin 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