Struct s32k116_pac::cse_pram::cse_pram__embedded_ram22::BYTE_1_W
source · [−]pub struct BYTE_1_W<'a> { /* private fields */ }
Expand description
Field BYTE_1
writer - Data byte 1 of Rx/Tx frame.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for BYTE_1_W<'a>
impl<'a> Send for BYTE_1_W<'a>
impl<'a> Sync for BYTE_1_W<'a>
impl<'a> Unpin for BYTE_1_W<'a>
impl<'a> !UnwindSafe for BYTE_1_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