#[repr(C)]
pub struct cst_rateconv_struct {
Show 19 fields pub channels: c_int, pub up: c_int, pub down: c_int, pub gain: f64, pub lag: c_int, pub sin: *mut c_int, pub sout: *mut c_int, pub coep: *mut c_int, pub insize: c_int, pub outsize: c_int, pub incount: c_int, pub len: c_int, pub fsin: f64, pub fgk: f64, pub fgg: f64, pub inbaseidx: c_int, pub inoffset: c_int, pub cycctr: c_int, pub outidx: c_int,
}

Fields

channels: c_intup: c_intdown: c_intgain: f64lag: c_intsin: *mut c_intsout: *mut c_intcoep: *mut c_intinsize: c_intoutsize: c_intincount: c_intlen: c_intfsin: f64fgk: f64fgg: f64inbaseidx: c_intinoffset: c_intcycctr: c_intoutidx: c_int

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.