pub struct Encoder<const SDA: u8, const SCL: u8> {}
Implementations§
Auto Trait Implementations§
impl<const SDA: u8, const SCL: u8> Freeze for Encoder<SDA, SCL>
impl<const SDA: u8, const SCL: u8> RefUnwindSafe for Encoder<SDA, SCL>
impl<const SDA: u8, const SCL: u8> Send for Encoder<SDA, SCL>
impl<const SDA: u8, const SCL: u8> Sync for Encoder<SDA, SCL>
impl<const SDA: u8, const SCL: u8> Unpin for Encoder<SDA, SCL>
impl<const SDA: u8, const SCL: u8> UnwindSafe for Encoder<SDA, SCL>
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