Enum rust_hdl::widgets::i2c::i2c_controller::I2CControllerCmd
source · [−]pub enum I2CControllerCmd {
Noop,
BeginWrite,
Write,
BeginRead,
Read,
EndTransmission,
ReadLast,
}
Variants
Noop
BeginWrite
Write
BeginRead
Read
EndTransmission
ReadLast
Trait Implementations
sourceimpl Clone for I2CControllerCmd
impl Clone for I2CControllerCmd
sourcefn clone(&self) -> I2CControllerCmd
fn clone(&self) -> I2CControllerCmd
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 more
sourceimpl Debug for I2CControllerCmd
impl Debug for I2CControllerCmd
sourceimpl Default for I2CControllerCmd
impl Default for I2CControllerCmd
sourcefn default() -> I2CControllerCmd
fn default() -> I2CControllerCmd
Returns the “default value” for a type. Read more
sourceimpl Into<Bits<LogicState>> for I2CControllerCmd
impl Into<Bits<LogicState>> for I2CControllerCmd
sourceimpl PartialEq<I2CControllerCmd> for I2CControllerCmd
impl PartialEq<I2CControllerCmd> for I2CControllerCmd
sourcefn eq(&self, other: &I2CControllerCmd) -> bool
fn eq(&self, other: &I2CControllerCmd) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Synth for I2CControllerCmd
impl Synth for I2CControllerCmd
impl Copy for I2CControllerCmd
impl StructuralPartialEq for I2CControllerCmd
Auto Trait Implementations
impl RefUnwindSafe for I2CControllerCmd
impl Send for I2CControllerCmd
impl Sync for I2CControllerCmd
impl Unpin for I2CControllerCmd
impl UnwindSafe for I2CControllerCmd
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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