pub enum I2CDriverCmd {
Noop,
SendStart,
SendTrue,
SendFalse,
SendStop,
GetBit,
Restart,
}
Variants§
Trait Implementations§
Source§impl Clone for I2CDriverCmd
impl Clone for I2CDriverCmd
Source§fn clone(&self) -> I2CDriverCmd
fn clone(&self) -> I2CDriverCmd
Returns a copy 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 I2CDriverCmd
impl Debug for I2CDriverCmd
Source§impl Default for I2CDriverCmd
impl Default for I2CDriverCmd
Source§fn default() -> I2CDriverCmd
fn default() -> I2CDriverCmd
Returns the “default value” for a type. Read more
Source§impl Into<Bits<LogicState>> for I2CDriverCmd
impl Into<Bits<LogicState>> for I2CDriverCmd
Source§impl PartialEq for I2CDriverCmd
impl PartialEq for I2CDriverCmd
Source§impl Synth for I2CDriverCmd
impl Synth for I2CDriverCmd
impl Copy for I2CDriverCmd
impl StructuralPartialEq for I2CDriverCmd
Auto Trait Implementations§
impl Freeze for I2CDriverCmd
impl RefUnwindSafe for I2CDriverCmd
impl Send for I2CDriverCmd
impl Sync for I2CDriverCmd
impl Unpin for I2CDriverCmd
impl UnwindSafe for I2CDriverCmd
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