#[repr(C)]pub struct _mss_can_rxmsgobject {
pub RXB: _mss_can_rxmsgobject__bindgen_ty_1,
pub __bindgen_anon_1: _mss_can_rxmsgobject__bindgen_ty_2,
pub __bindgen_anon_2: _mss_can_rxmsgobject__bindgen_ty_3,
pub AMR: _mss_can_rxmsgobject__bindgen_ty_4,
pub ACR: _mss_can_rxmsgobject__bindgen_ty_5,
pub AMR_D: u32,
pub ACR_D: u32,
}Fields§
§RXB: _mss_can_rxmsgobject__bindgen_ty_1§__bindgen_anon_1: _mss_can_rxmsgobject__bindgen_ty_2§__bindgen_anon_2: _mss_can_rxmsgobject__bindgen_ty_3§AMR: _mss_can_rxmsgobject__bindgen_ty_4§ACR: _mss_can_rxmsgobject__bindgen_ty_5§AMR_D: u32§ACR_D: u32Trait Implementations§
Source§impl Clone for _mss_can_rxmsgobject
impl Clone for _mss_can_rxmsgobject
Source§fn clone(&self) -> _mss_can_rxmsgobject
fn clone(&self) -> _mss_can_rxmsgobject
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 moreimpl Copy for _mss_can_rxmsgobject
Auto Trait Implementations§
impl Freeze for _mss_can_rxmsgobject
impl RefUnwindSafe for _mss_can_rxmsgobject
impl Send for _mss_can_rxmsgobject
impl Sync for _mss_can_rxmsgobject
impl Unpin for _mss_can_rxmsgobject
impl UnwindSafe for _mss_can_rxmsgobject
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