Struct libc::canfd_frame
#[repr(C)]
#[repr(align(8))]
pub struct canfd_frame {
pub can_id: canid_t,
pub len: u8,
pub flags: u8,
pub data: [u8; 64],
/* some fields hidden */
}
Fields
pub can_id: canid_t
pub len: u8
pub flags: u8
pub data: [u8; 64]
Trait Implementations
impl Clone for canfd_frame
fn clone(&Self) -> canfd_frame
impl Copy for canfd_frame
Auto Trait Implementations
impl RefUnwindSafe for canfd_frame
impl Send for canfd_frame
impl Sync for canfd_frame
impl Unpin for canfd_frame
impl UnwindSafe for canfd_frame
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T