#[repr(transparent)]pub struct DiskUnmountOpts(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Binary for DiskUnmountOpts
impl Binary for DiskUnmountOpts
Source§impl BitAnd for DiskUnmountOpts
impl BitAnd for DiskUnmountOpts
Source§impl BitAndAssign for DiskUnmountOpts
impl BitAndAssign for DiskUnmountOpts
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for DiskUnmountOpts
impl BitOr for DiskUnmountOpts
Source§impl BitOrAssign for DiskUnmountOpts
impl BitOrAssign for DiskUnmountOpts
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for DiskUnmountOpts
impl BitXor for DiskUnmountOpts
Source§impl BitXorAssign for DiskUnmountOpts
impl BitXorAssign for DiskUnmountOpts
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for DiskUnmountOpts
impl Clone for DiskUnmountOpts
Source§fn clone(&self) -> DiskUnmountOpts
fn clone(&self) -> DiskUnmountOpts
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 DiskUnmountOpts
Source§impl Debug for DiskUnmountOpts
impl Debug for DiskUnmountOpts
Source§impl Default for DiskUnmountOpts
impl Default for DiskUnmountOpts
Source§fn default() -> DiskUnmountOpts
fn default() -> DiskUnmountOpts
Returns the “default value” for a type. Read more
impl Eq for DiskUnmountOpts
Source§impl From<u32> for DiskUnmountOpts
impl From<u32> for DiskUnmountOpts
Source§impl Hash for DiskUnmountOpts
impl Hash for DiskUnmountOpts
Source§impl Not for DiskUnmountOpts
impl Not for DiskUnmountOpts
Source§impl PartialEq for DiskUnmountOpts
impl PartialEq for DiskUnmountOpts
Source§fn eq(&self, other: &DiskUnmountOpts) -> bool
fn eq(&self, other: &DiskUnmountOpts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DiskUnmountOpts
Auto Trait Implementations§
impl Freeze for DiskUnmountOpts
impl RefUnwindSafe for DiskUnmountOpts
impl Send for DiskUnmountOpts
impl Sync for DiskUnmountOpts
impl Unpin for DiskUnmountOpts
impl UnsafeUnpin for DiskUnmountOpts
impl UnwindSafe for DiskUnmountOpts
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