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