#[repr(C)]pub struct soxr_io_spec {
pub itype: soxr_datatype_t,
pub otype: soxr_datatype_t,
pub scale: f64,
pub e: *mut c_void,
pub flags: c_ulong,
}
Fields§
§itype: soxr_datatype_t
§otype: soxr_datatype_t
§scale: f64
§e: *mut c_void
§flags: c_ulong
Trait Implementations§
Source§impl Clone for soxr_io_spec
impl Clone for soxr_io_spec
Source§fn clone(&self) -> soxr_io_spec
fn clone(&self) -> soxr_io_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_io_spec
impl Debug for soxr_io_spec
impl Copy for soxr_io_spec
Auto Trait Implementations§
impl Freeze for soxr_io_spec
impl RefUnwindSafe for soxr_io_spec
impl !Send for soxr_io_spec
impl !Sync for soxr_io_spec
impl Unpin for soxr_io_spec
impl UnwindSafe for soxr_io_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