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