Struct s32k116_pac::can0::ramn90::DATA_BYTE_2_W
source · [−]pub struct DATA_BYTE_2_W<'a> { /* private fields */ }
Expand description
Field DATA_BYTE_2
writer - Data byte 2 of Rx/Tx frame.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DATA_BYTE_2_W<'a>
impl<'a> Send for DATA_BYTE_2_W<'a>
impl<'a> Sync for DATA_BYTE_2_W<'a>
impl<'a> Unpin for DATA_BYTE_2_W<'a>
impl<'a> !UnwindSafe for DATA_BYTE_2_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more