pub struct DiskControlInterfaceVersion(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for DiskControlInterfaceVersion
impl Clone for DiskControlInterfaceVersion
Source§fn clone(&self) -> DiskControlInterfaceVersion
fn clone(&self) -> DiskControlInterfaceVersion
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 moreSource§impl Debug for DiskControlInterfaceVersion
impl Debug for DiskControlInterfaceVersion
Source§impl Default for DiskControlInterfaceVersion
impl Default for DiskControlInterfaceVersion
Source§fn default() -> DiskControlInterfaceVersion
fn default() -> DiskControlInterfaceVersion
Returns the “default value” for a type. Read more
Source§impl Hash for DiskControlInterfaceVersion
impl Hash for DiskControlInterfaceVersion
Source§impl PartialEq for DiskControlInterfaceVersion
impl PartialEq for DiskControlInterfaceVersion
Source§fn eq(&self, other: &DiskControlInterfaceVersion) -> bool
fn eq(&self, other: &DiskControlInterfaceVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DiskControlInterfaceVersion
impl Eq for DiskControlInterfaceVersion
impl StructuralPartialEq for DiskControlInterfaceVersion
Auto Trait Implementations§
impl Freeze for DiskControlInterfaceVersion
impl RefUnwindSafe for DiskControlInterfaceVersion
impl Send for DiskControlInterfaceVersion
impl Sync for DiskControlInterfaceVersion
impl Unpin for DiskControlInterfaceVersion
impl UnsafeUnpin for DiskControlInterfaceVersion
impl UnwindSafe for DiskControlInterfaceVersion
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