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