pub struct Dops {
pub output_channel_count: u8,
pub pre_skip: u16,
pub input_sample_rate: u32,
pub output_gain: i16,
}
Fields§
§output_channel_count: u8
§pre_skip: u16
§input_sample_rate: u32
§output_gain: i16
Trait Implementations§
impl Eq for Dops
impl StructuralPartialEq for Dops
Auto Trait Implementations§
impl Freeze for Dops
impl RefUnwindSafe for Dops
impl Send for Dops
impl Sync for Dops
impl Unpin for Dops
impl UnwindSafe for Dops
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