#[repr(C)]pub struct USB2642I2CWriteReadCommand { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for USB2642I2CWriteReadCommand
impl Debug for USB2642I2CWriteReadCommand
Source§impl Default for USB2642I2CWriteReadCommand
impl Default for USB2642I2CWriteReadCommand
Source§fn default() -> USB2642I2CWriteReadCommand
fn default() -> USB2642I2CWriteReadCommand
Returns the “default value” for a type. Read more
impl USB2642I2CCommand for USB2642I2CWriteReadCommand
Auto Trait Implementations§
impl Freeze for USB2642I2CWriteReadCommand
impl RefUnwindSafe for USB2642I2CWriteReadCommand
impl Send for USB2642I2CWriteReadCommand
impl Sync for USB2642I2CWriteReadCommand
impl Unpin for USB2642I2CWriteReadCommand
impl UnwindSafe for USB2642I2CWriteReadCommand
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