pub enum IoDriveMode {
PushPull,
OpenCollector,
}Variants§
Trait Implementations§
Source§impl Clone for IoDriveMode
impl Clone for IoDriveMode
Source§fn clone(&self) -> IoDriveMode
fn clone(&self) -> IoDriveMode
Returns a duplicate 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 Debug for IoDriveMode
impl Debug for IoDriveMode
Source§impl Default for IoDriveMode
impl Default for IoDriveMode
Source§fn default() -> IoDriveMode
fn default() -> IoDriveMode
Returns the “default value” for a type. Read more
Source§impl From<IoDriveMode> for u8
impl From<IoDriveMode> for u8
Source§fn from(mode: IoDriveMode) -> Self
fn from(mode: IoDriveMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IoDriveMode
impl PartialEq for IoDriveMode
Source§impl TryFrom<u8> for IoDriveMode
impl TryFrom<u8> for IoDriveMode
impl Copy for IoDriveMode
impl Eq for IoDriveMode
impl StructuralPartialEq for IoDriveMode
Auto Trait Implementations§
impl Freeze for IoDriveMode
impl RefUnwindSafe for IoDriveMode
impl Send for IoDriveMode
impl Sync for IoDriveMode
impl Unpin for IoDriveMode
impl UnwindSafe for IoDriveMode
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