#[repr(transparent)]pub struct Tv(pub u32);Expand description
Watchdog timer value register. This 24-bit register reads out the current value of the Watchdog timer.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Tv
impl Eq for Tv
impl StructuralPartialEq for Tv
Auto Trait Implementations§
impl Freeze for Tv
impl RefUnwindSafe for Tv
impl Send for Tv
impl Sync for Tv
impl Unpin for Tv
impl UnwindSafe for Tv
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