Enum ebyte_e32::parameters::IoDriveMode
source · pub enum IoDriveMode {
PushPull,
OpenCollector,
}Variants
PushPull
OpenCollector
Trait Implementations
sourceimpl Clone for IoDriveMode
impl Clone for IoDriveMode
sourcefn clone(&self) -> IoDriveMode
fn clone(&self) -> IoDriveMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IoDriveMode
impl Debug for IoDriveMode
sourceimpl Default for IoDriveMode
impl Default for IoDriveMode
sourcefn default() -> IoDriveMode
fn default() -> IoDriveMode
Returns the “default value” for a type. Read more
sourceimpl From<IoDriveMode> for u8
impl From<IoDriveMode> for u8
sourcefn from(mode: IoDriveMode) -> Self
fn from(mode: IoDriveMode) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<IoDriveMode> for IoDriveMode
impl PartialEq<IoDriveMode> for IoDriveMode
sourcefn eq(&self, other: &IoDriveMode) -> bool
fn eq(&self, other: &IoDriveMode) -> bool
sourceimpl TryFrom<u8> for IoDriveMode
impl TryFrom<u8> for IoDriveMode
impl Copy for IoDriveMode
impl Eq for IoDriveMode
impl StructuralEq for IoDriveMode
impl StructuralPartialEq for IoDriveMode
Auto Trait Implementations
impl RefUnwindSafe for IoDriveMode
impl Send for IoDriveMode
impl Sync for IoDriveMode
impl Unpin for IoDriveMode
impl UnwindSafe for IoDriveMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more