Struct libc::can_frame
#[repr(C)]
#[repr(align(8))]
pub struct can_frame {
pub can_id: canid_t,
pub can_dlc: u8,
pub data: [u8; 8],
/* some fields hidden */
}Fields
pub can_id: canid_tpub can_dlc: u8pub data: [u8; 8]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for can_frameimpl UnwindSafe for can_frameBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T