#[repr(C)]pub struct soxr_runtime_spec {
pub log2_min_dft_size: c_uint,
pub log2_large_dft_size: c_uint,
pub coef_size_kbytes: c_uint,
pub num_threads: c_uint,
pub e: *mut c_void,
pub flags: c_ulong,
}
Fields§
§log2_min_dft_size: c_uint
§log2_large_dft_size: c_uint
§coef_size_kbytes: c_uint
§num_threads: c_uint
§e: *mut c_void
§flags: c_ulong
Trait Implementations§
Source§impl Clone for soxr_runtime_spec
impl Clone for soxr_runtime_spec
Source§fn clone(&self) -> soxr_runtime_spec
fn clone(&self) -> soxr_runtime_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_runtime_spec
impl Debug for soxr_runtime_spec
impl Copy for soxr_runtime_spec
Auto Trait Implementations§
impl Freeze for soxr_runtime_spec
impl RefUnwindSafe for soxr_runtime_spec
impl !Send for soxr_runtime_spec
impl !Sync for soxr_runtime_spec
impl Unpin for soxr_runtime_spec
impl UnwindSafe for soxr_runtime_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