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