Enum rust_hdl::widgets::i2c::i2c_driver::I2CDriverCmd
source · [−]pub enum I2CDriverCmd {
Noop,
SendStart,
SendTrue,
SendFalse,
SendStop,
GetBit,
Restart,
}
Variants
Noop
SendStart
SendTrue
SendFalse
SendStop
GetBit
Restart
Trait Implementations
sourceimpl Clone for I2CDriverCmd
impl Clone for I2CDriverCmd
sourcefn clone(&self) -> I2CDriverCmd
fn clone(&self) -> I2CDriverCmd
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 I2CDriverCmd
impl Debug for I2CDriverCmd
sourceimpl Default for I2CDriverCmd
impl Default for I2CDriverCmd
sourcefn default() -> I2CDriverCmd
fn default() -> I2CDriverCmd
Returns the “default value” for a type. Read more
sourceimpl Into<Bits<LogicState>> for I2CDriverCmd
impl Into<Bits<LogicState>> for I2CDriverCmd
sourceimpl PartialEq<I2CDriverCmd> for I2CDriverCmd
impl PartialEq<I2CDriverCmd> for I2CDriverCmd
sourcefn eq(&self, other: &I2CDriverCmd) -> bool
fn eq(&self, other: &I2CDriverCmd) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Synth for I2CDriverCmd
impl Synth for I2CDriverCmd
impl Copy for I2CDriverCmd
impl StructuralPartialEq for I2CDriverCmd
Auto Trait Implementations
impl RefUnwindSafe for I2CDriverCmd
impl Send for I2CDriverCmd
impl Sync for I2CDriverCmd
impl Unpin for I2CDriverCmd
impl UnwindSafe for I2CDriverCmd
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