#[repr(transparent)]pub struct Wsr(pub u16);Expand description
Watchdog Service Register
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Wsr
impl Eq for Wsr
impl StructuralPartialEq for Wsr
Auto Trait Implementations§
impl Freeze for Wsr
impl RefUnwindSafe for Wsr
impl Send for Wsr
impl Sync for Wsr
impl Unpin for Wsr
impl UnwindSafe for Wsr
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