#[repr(C)]pub struct SRC_DATA {
pub data_in: *const f32,
pub data_out: *mut f32,
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: f64,
}
Fields§
§data_in: *const f32
§data_out: *mut f32
§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: f64
Trait Implementations§
impl Copy for SRC_DATA
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