#[repr(C, align(8))]pub struct canfd_frame {
pub can_id: canid_t,
pub len: __u8,
pub flags: __u8,
pub __res0: __u8,
pub __res1: __u8,
pub data: [__u8; 64],
}
Fields§
§can_id: canid_t
§len: __u8
§flags: __u8
§__res0: __u8
§__res1: __u8
§data: [__u8; 64]
Auto Trait Implementations§
impl Freeze for canfd_frame
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§
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