#[repr(C)]pub struct ifi2creq {
pub dev_addr: u8,
pub offset: u8,
pub len: u8,
pub spare0: u8,
pub spare1: u32,
pub data: [u8; 8],
}Fields§
§dev_addr: u8i2c address (0xA0, 0xA2)
offset: u8read offset
len: u8read length
spare0: u8§spare1: u32§data: [u8; 8]read buffer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ifi2creq
impl RefUnwindSafe for ifi2creq
impl Send for ifi2creq
impl Sync for ifi2creq
impl Unpin for ifi2creq
impl UnwindSafe for ifi2creq
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