#[repr(C)]pub struct _mss_can_msgobject {
pub __bindgen_anon_1: _mss_can_msgobject__bindgen_ty_1,
pub __bindgen_anon_2: _mss_can_msgobject__bindgen_ty_2,
pub __bindgen_anon_3: _mss_can_msgobject__bindgen_ty_3,
}Fields§
§__bindgen_anon_1: _mss_can_msgobject__bindgen_ty_1§__bindgen_anon_2: _mss_can_msgobject__bindgen_ty_2§__bindgen_anon_3: _mss_can_msgobject__bindgen_ty_3Trait Implementations§
Source§impl Clone for _mss_can_msgobject
impl Clone for _mss_can_msgobject
Source§fn clone(&self) -> _mss_can_msgobject
fn clone(&self) -> _mss_can_msgobject
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_msgobject
Auto Trait Implementations§
impl Freeze for _mss_can_msgobject
impl RefUnwindSafe for _mss_can_msgobject
impl Send for _mss_can_msgobject
impl Sync for _mss_can_msgobject
impl Unpin for _mss_can_msgobject
impl UnwindSafe for _mss_can_msgobject
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