#[repr(C)]pub struct i2c_phdr {
pub is_event: guint8,
pub bus: guint8,
pub flags: guint32,
}Fields§
§is_event: guint8§bus: guint8§flags: guint32Trait Implementations§
Auto Trait Implementations§
impl Freeze for i2c_phdr
impl RefUnwindSafe for i2c_phdr
impl Send for i2c_phdr
impl Sync for i2c_phdr
impl Unpin for i2c_phdr
impl UnwindSafe for i2c_phdr
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