#[repr(C)]pub struct SimCanFrameRaw {
pub arb_id: u32,
pub len: u8,
pub flags: u8,
pub _pad: [u8; 2],
pub data: [u8; 64],
}Fields§
§arb_id: u32§len: u8§flags: u8§_pad: [u8; 2]§data: [u8; 64]Trait Implementations§
Source§impl Clone for SimCanFrameRaw
impl Clone for SimCanFrameRaw
Source§fn clone(&self) -> SimCanFrameRaw
fn clone(&self) -> SimCanFrameRaw
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimCanFrameRaw
impl Debug for SimCanFrameRaw
impl Copy for SimCanFrameRaw
Auto Trait Implementations§
impl Freeze for SimCanFrameRaw
impl RefUnwindSafe for SimCanFrameRaw
impl Send for SimCanFrameRaw
impl Sync for SimCanFrameRaw
impl Unpin for SimCanFrameRaw
impl UnsafeUnpin for SimCanFrameRaw
impl UnwindSafe for SimCanFrameRaw
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