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