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
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
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more