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