pub enum I2CControllerCmd {
Noop,
BeginWrite,
Write,
BeginRead,
Read,
EndTransmission,
ReadLast,
}
Variants§
Trait Implementations§
Source§impl Clone for I2CControllerCmd
impl Clone for I2CControllerCmd
Source§fn clone(&self) -> I2CControllerCmd
fn clone(&self) -> I2CControllerCmd
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 I2CControllerCmd
impl Debug for I2CControllerCmd
Source§impl Default for I2CControllerCmd
impl Default for I2CControllerCmd
Source§fn default() -> I2CControllerCmd
fn default() -> I2CControllerCmd
Returns the “default value” for a type. Read more
Source§impl Into<Bits<LogicState>> for I2CControllerCmd
impl Into<Bits<LogicState>> for I2CControllerCmd
Source§impl PartialEq for I2CControllerCmd
impl PartialEq for I2CControllerCmd
Source§impl Synth for I2CControllerCmd
impl Synth for I2CControllerCmd
impl Copy for I2CControllerCmd
impl StructuralPartialEq for I2CControllerCmd
Auto Trait Implementations§
impl Freeze for I2CControllerCmd
impl RefUnwindSafe for I2CControllerCmd
impl Send for I2CControllerCmd
impl Sync for I2CControllerCmd
impl Unpin for I2CControllerCmd
impl UnwindSafe for I2CControllerCmd
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