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