#[repr(transparent)]pub struct Mstdat(pub u32);Expand description
Combined Master receiver and transmitter data register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Mstdat
impl Eq for Mstdat
impl StructuralPartialEq for Mstdat
Auto Trait Implementations§
impl Freeze for Mstdat
impl RefUnwindSafe for Mstdat
impl Send for Mstdat
impl Sync for Mstdat
impl Unpin for Mstdat
impl UnwindSafe for Mstdat
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