#[repr(transparent)]pub struct Stdr(pub u32);Expand description
Slave Transmit Data
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Stdr
impl Eq for Stdr
impl StructuralPartialEq for Stdr
Auto Trait Implementations§
impl Freeze for Stdr
impl RefUnwindSafe for Stdr
impl Send for Stdr
impl Sync for Stdr
impl Unpin for Stdr
impl UnwindSafe for Stdr
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