Struct capsules_core::virtualizers::virtual_i2c::MuxI2C
source · pub struct MuxI2C<'a, I: I2CMaster<'a>, S: SMBusMaster<'a> = NoSMBus> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a, I: I2CMaster<'a>, S: SMBusMaster<'a>> DeferredCallClient for MuxI2C<'a, I, S>
impl<'a, I: I2CMaster<'a>, S: SMBusMaster<'a>> DeferredCallClient for MuxI2C<'a, I, S>
source§impl<'a, I: I2CMaster<'a>, S: SMBusMaster<'a>> I2CHwMasterClient for MuxI2C<'a, I, S>
impl<'a, I: I2CMaster<'a>, S: SMBusMaster<'a>> I2CHwMasterClient for MuxI2C<'a, I, S>
Auto Trait Implementations§
impl<'a, I, S = NoSMBus> !Freeze for MuxI2C<'a, I, S>
impl<'a, I, S = NoSMBus> !RefUnwindSafe for MuxI2C<'a, I, S>
impl<'a, I, S = NoSMBus> !Send for MuxI2C<'a, I, S>
impl<'a, I, S = NoSMBus> !Sync for MuxI2C<'a, I, S>
impl<'a, I, S> Unpin for MuxI2C<'a, I, S>
impl<'a, I, S = NoSMBus> !UnwindSafe for MuxI2C<'a, I, S>
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