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_t
pub can_dlc: u8
pub data: [u8; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for can_frame
impl UnwindSafe for can_frame
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T