Enum rust_hdl::widgets::i2c::i2c_controller::I2CControllerCmd
source · 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