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