pub enum I2cChannel {
Channel0,
Channel1,
Channel2,
Channel3,
}Variants§
Trait Implementations§
Source§impl Clone for I2cChannel
impl Clone for I2cChannel
Source§fn clone(&self) -> I2cChannel
fn clone(&self) -> I2cChannel
Returns a duplicate 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 I2cChannel
impl Debug for I2cChannel
Source§impl From<I2cChannel> for PeriphId
impl From<I2cChannel> for PeriphId
Source§fn from(value: I2cChannel) -> Self
fn from(value: I2cChannel) -> Self
Converts to this type from the input type.
impl Copy for I2cChannel
Auto Trait Implementations§
impl Freeze for I2cChannel
impl RefUnwindSafe for I2cChannel
impl Send for I2cChannel
impl Sync for I2cChannel
impl Unpin for I2cChannel
impl UnwindSafe for I2cChannel
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