#[repr(C)]pub struct PF_PreRenderCallbacks {
pub checkout_layer: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, index: PF_ParamIndex, checkout_idL: A_long, req: *const PF_RenderRequest, what_time: A_long, time_step: A_long, time_scale: A_u_long, checkout_result: *mut PF_CheckoutResult) -> PF_Err>,
pub GuidMixInPtr: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, buf_sizeLu: A_u_long, buf: *const c_void) -> PF_Err>,
}Fields§
§checkout_layer: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, index: PF_ParamIndex, checkout_idL: A_long, req: *const PF_RenderRequest, what_time: A_long, time_step: A_long, time_scale: A_u_long, checkout_result: *mut PF_CheckoutResult) -> PF_Err>§GuidMixInPtr: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, buf_sizeLu: A_u_long, buf: *const c_void) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_PreRenderCallbacks
impl Clone for PF_PreRenderCallbacks
Source§fn clone(&self) -> PF_PreRenderCallbacks
fn clone(&self) -> PF_PreRenderCallbacks
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_PreRenderCallbacks
impl Debug for PF_PreRenderCallbacks
impl Copy for PF_PreRenderCallbacks
Auto Trait Implementations§
impl Freeze for PF_PreRenderCallbacks
impl RefUnwindSafe for PF_PreRenderCallbacks
impl Send for PF_PreRenderCallbacks
impl Sync for PF_PreRenderCallbacks
impl Unpin for PF_PreRenderCallbacks
impl UnwindSafe for PF_PreRenderCallbacks
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