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