#[repr(C)]pub struct soxr_quality_spec {
pub precision: f64,
pub phase_response: f64,
pub passband_end: f64,
pub stopband_begin: f64,
pub e: *mut c_void,
pub flags: c_ulong,
}
Fields§
§precision: f64
§phase_response: f64
§passband_end: f64
§stopband_begin: f64
§e: *mut c_void
§flags: c_ulong
Trait Implementations§
Source§impl Clone for soxr_quality_spec
impl Clone for soxr_quality_spec
Source§fn clone(&self) -> soxr_quality_spec
fn clone(&self) -> soxr_quality_spec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for soxr_quality_spec
impl Debug for soxr_quality_spec
impl Copy for soxr_quality_spec
Auto Trait Implementations§
impl Freeze for soxr_quality_spec
impl RefUnwindSafe for soxr_quality_spec
impl !Send for soxr_quality_spec
impl !Sync for soxr_quality_spec
impl Unpin for soxr_quality_spec
impl UnwindSafe for soxr_quality_spec
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