pub struct AxpInterface<I2CBus> { /* private fields */ }
Implementations§
Source§impl<I2CBus> AxpInterface<I2CBus>
impl<I2CBus> AxpInterface<I2CBus>
Trait Implementations§
Source§impl<I2CBus, E> AsyncRegisterInterface for AxpInterface<I2CBus>
impl<I2CBus, E> AsyncRegisterInterface for AxpInterface<I2CBus>
Source§impl<I2CBus, E> RegisterInterface for AxpInterface<I2CBus>
impl<I2CBus, E> RegisterInterface for AxpInterface<I2CBus>
Auto Trait Implementations§
impl<I2CBus> Freeze for AxpInterface<I2CBus>where
I2CBus: Freeze,
impl<I2CBus> RefUnwindSafe for AxpInterface<I2CBus>where
I2CBus: RefUnwindSafe,
impl<I2CBus> Send for AxpInterface<I2CBus>where
I2CBus: Send,
impl<I2CBus> Sync for AxpInterface<I2CBus>where
I2CBus: Sync,
impl<I2CBus> Unpin for AxpInterface<I2CBus>where
I2CBus: Unpin,
impl<I2CBus> UnwindSafe for AxpInterface<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