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