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