#[repr(C)]pub struct PF_BatchSamplingSuite1 {
pub begin_sampling: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, qual: PF_Quality, mf: PF_ModeFlags, params: *mut PF_SampPB) -> PF_Err>,
pub end_sampling: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, qual: PF_Quality, mf: PF_ModeFlags, params: *mut PF_SampPB) -> PF_Err>,
pub get_batch_func: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, quality: PF_Quality, mode_flags: PF_ModeFlags, params: *const PF_SampPB, batch: *mut PF_BatchSampleFunc) -> PF_Err>,
pub get_batch_func16: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, quality: PF_Quality, mode_flags: PF_ModeFlags, params: *const PF_SampPB, batch: *mut PF_BatchSample16Func) -> PF_Err>,
}Fields§
§begin_sampling: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, qual: PF_Quality, mf: PF_ModeFlags, params: *mut PF_SampPB) -> PF_Err>§end_sampling: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, qual: PF_Quality, mf: PF_ModeFlags, params: *mut PF_SampPB) -> PF_Err>§get_batch_func: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, quality: PF_Quality, mode_flags: PF_ModeFlags, params: *const PF_SampPB, batch: *mut PF_BatchSampleFunc) -> PF_Err>§get_batch_func16: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, quality: PF_Quality, mode_flags: PF_ModeFlags, params: *const PF_SampPB, batch: *mut PF_BatchSample16Func) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_BatchSamplingSuite1
impl Clone for PF_BatchSamplingSuite1
Source§fn clone(&self) -> PF_BatchSamplingSuite1
fn clone(&self) -> PF_BatchSamplingSuite1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PF_BatchSamplingSuite1
impl Debug for PF_BatchSamplingSuite1
impl Copy for PF_BatchSamplingSuite1
Auto Trait Implementations§
impl Freeze for PF_BatchSamplingSuite1
impl RefUnwindSafe for PF_BatchSamplingSuite1
impl Send for PF_BatchSamplingSuite1
impl Sync for PF_BatchSamplingSuite1
impl Unpin for PF_BatchSamplingSuite1
impl UnwindSafe for PF_BatchSamplingSuite1
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