#[repr(C)]pub struct _CAN_txmsgobject {
pub TXB: _CAN_txmsgobject__bindgen_ty_1,
pub __bindgen_anon_1: _CAN_txmsgobject__bindgen_ty_2,
pub __bindgen_anon_2: _CAN_txmsgobject__bindgen_ty_3,
}Fields§
§TXB: _CAN_txmsgobject__bindgen_ty_1§__bindgen_anon_1: _CAN_txmsgobject__bindgen_ty_2§__bindgen_anon_2: _CAN_txmsgobject__bindgen_ty_3Trait Implementations§
Source§impl Clone for _CAN_txmsgobject
impl Clone for _CAN_txmsgobject
Source§fn clone(&self) -> _CAN_txmsgobject
fn clone(&self) -> _CAN_txmsgobject
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 _CAN_txmsgobject
Auto Trait Implementations§
impl Freeze for _CAN_txmsgobject
impl RefUnwindSafe for _CAN_txmsgobject
impl Send for _CAN_txmsgobject
impl Sync for _CAN_txmsgobject
impl Unpin for _CAN_txmsgobject
impl UnwindSafe for _CAN_txmsgobject
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