pub struct Ina3221Interface<I2CBus> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<I2CBus, E> AsyncRegisterInterface for Ina3221Interface<I2CBus>
impl<I2CBus, E> AsyncRegisterInterface for Ina3221Interface<I2CBus>
Source§type AddressType = u8
type AddressType = u8
The address type used by this interface. Should likely be an integer.
Source§type Error = Ina3221Error<E>
type Error = Ina3221Error<E>
The error type
Source§impl<I2CBus, E> RegisterInterface for Ina3221Interface<I2CBus>
impl<I2CBus, E> RegisterInterface for Ina3221Interface<I2CBus>
Source§type AddressType = u8
type AddressType = u8
The address type used by this interface. Should likely be an integer.
Source§type Error = Ina3221Error<E>
type Error = Ina3221Error<E>
The error type
Auto Trait Implementations§
impl<I2CBus> Freeze for Ina3221Interface<I2CBus>where
I2CBus: Freeze,
impl<I2CBus> RefUnwindSafe for Ina3221Interface<I2CBus>where
I2CBus: RefUnwindSafe,
impl<I2CBus> Send for Ina3221Interface<I2CBus>where
I2CBus: Send,
impl<I2CBus> Sync for Ina3221Interface<I2CBus>where
I2CBus: Sync,
impl<I2CBus> Unpin for Ina3221Interface<I2CBus>where
I2CBus: Unpin,
impl<I2CBus> UnwindSafe for Ina3221Interface<I2CBus>where
I2CBus: UnwindSafe,
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