pub struct AnyI2c(/* private fields */);
Expand description
Represents any I2C peripheral.
Trait Implementations§
Source§impl Peripheral for AnyI2c
impl Peripheral for AnyI2c
Source§unsafe fn clone_unchecked(&self) -> Self::P
unsafe fn clone_unchecked(&self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Source§fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
fn into_ref<'a>(self) -> PeripheralRef<'a, Self::P>where
Self: 'a,
Convert a value into a
PeripheralRef
. Read more