#[repr(C)]pub union BMMessageCtrl {
pub tx: BMTxMessageCtrl,
pub rx: BMRxMessageCtrl,
}Expand description
Busmust CAN Message control fields.
Fields§
§tx: BMTxMessageCtrlTX control
rx: BMRxMessageCtrlRX control
Trait Implementations§
Source§impl Clone for BMMessageCtrl
impl Clone for BMMessageCtrl
Source§fn clone(&self) -> BMMessageCtrl
fn clone(&self) -> BMMessageCtrl
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 BMMessageCtrl
Auto Trait Implementations§
impl Freeze for BMMessageCtrl
impl RefUnwindSafe for BMMessageCtrl
impl Send for BMMessageCtrl
impl Sync for BMMessageCtrl
impl Unpin for BMMessageCtrl
impl UnwindSafe for BMMessageCtrl
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