Struct bl602_sdk::i2c::i2c_msg [−][src]
#[repr(C)]pub struct i2c_msg {}
Fields
addr: u16direct: u8subflag: u8subaddr: u32sublen: u8len: u32buf: *mut u8event: c_intidex: c_intblock: c_intstop: c_intins_num: c_inti2cx: c_intTrait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> TPerforms the conversion.
pub fn into(self) -> U
pub fn into(self) -> UPerforms the conversion.