#[repr(C)]pub struct i2c_msg {}Fields§
§addr: u16§direct: u8§subflag: u8§subaddr: u32§sublen: u8§len: u32§buf: *mut u8§event: c_int§idex: c_int§block: c_int§stop: c_int§ins_num: c_int§i2cx: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for i2c_msg
impl RefUnwindSafe for i2c_msg
impl !Send for i2c_msg
impl !Sync for i2c_msg
impl Unpin for i2c_msg
impl UnwindSafe for i2c_msg
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