#[repr(C)]pub struct SRC_DATA {
pub data_in: *const c_float,
pub data_out: *mut c_float,
pub input_frames: c_long,
pub output_frames: c_long,
pub input_frames_used: c_long,
pub output_frames_gen: c_long,
pub end_of_input: c_int,
pub src_ratio: c_double,
}Fields§
§data_in: *const c_float§data_out: *mut c_float§input_frames: c_long§output_frames: c_long§input_frames_used: c_long§output_frames_gen: c_long§end_of_input: c_int§src_ratio: c_doubleTrait Implementations§
Auto Trait Implementations§
impl Freeze for SRC_DATA
impl RefUnwindSafe for SRC_DATA
impl !Send for SRC_DATA
impl !Sync for SRC_DATA
impl Unpin for SRC_DATA
impl UnwindSafe for SRC_DATA
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