#[repr(C)]pub struct bcm_msg_head {
pub opcode: __u32,
pub flags: __u32,
pub count: __u32,
pub ival1: bcm_timeval,
pub ival2: bcm_timeval,
pub can_id: canid_t,
pub nframes: __u32,
pub frames: __IncompleteArrayField<can_frame>,
}Fields§
§opcode: __u32§flags: __u32§count: __u32§ival1: bcm_timeval§ival2: bcm_timeval§can_id: canid_t§nframes: __u32§frames: __IncompleteArrayField<can_frame>Auto Trait Implementations§
impl Freeze for bcm_msg_head
impl RefUnwindSafe for bcm_msg_head
impl Send for bcm_msg_head
impl Sync for bcm_msg_head
impl Unpin for bcm_msg_head
impl UnwindSafe for bcm_msg_head
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