#[repr(C)]pub struct PF_ChannelSuite1 {
pub PF_GetLayerChannelCount: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, param_index: PF_ParamIndex, num_channelsPL: *mut A_long) -> PF_Err>,
pub PF_GetLayerChannelIndexedRefAndDesc: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, param_index: PF_ParamIndex, channel_index: PF_ChannelIndex, foundPB: *mut PF_Boolean, channel_refP: *mut PF_ChannelRef, channel_descP: *mut PF_ChannelDesc) -> PF_Err>,
pub PF_GetLayerChannelTypedRefAndDesc: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, param_index: PF_ParamIndex, channel_type: PF_ChannelType, foundPB: *mut PF_Boolean, channel_refP: *mut PF_ChannelRef, channel_descP: *mut PF_ChannelDesc) -> PF_Err>,
pub PF_CheckoutLayerChannel: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, channel_refP: PF_ChannelRefPtr, what_time: A_long, duration: A_long, time_scale: A_u_long, data_type: PF_DataType, channel_chunkP: *mut PF_ChannelChunk) -> PF_Err>,
pub PF_CheckinLayerChannel: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, channel_refP: PF_ChannelRefPtr, channel_chunkP: *mut PF_ChannelChunk) -> PF_Err>,
}Expand description
the suite functions
Fields§
§PF_GetLayerChannelCount: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, param_index: PF_ParamIndex, num_channelsPL: *mut A_long) -> PF_Err>§PF_GetLayerChannelIndexedRefAndDesc: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, param_index: PF_ParamIndex, channel_index: PF_ChannelIndex, foundPB: *mut PF_Boolean, channel_refP: *mut PF_ChannelRef, channel_descP: *mut PF_ChannelDesc) -> PF_Err>§PF_GetLayerChannelTypedRefAndDesc: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, param_index: PF_ParamIndex, channel_type: PF_ChannelType, foundPB: *mut PF_Boolean, channel_refP: *mut PF_ChannelRef, channel_descP: *mut PF_ChannelDesc) -> PF_Err>§PF_CheckoutLayerChannel: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, channel_refP: PF_ChannelRefPtr, what_time: A_long, duration: A_long, time_scale: A_u_long, data_type: PF_DataType, channel_chunkP: *mut PF_ChannelChunk) -> PF_Err>§PF_CheckinLayerChannel: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, channel_refP: PF_ChannelRefPtr, channel_chunkP: *mut PF_ChannelChunk) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_ChannelSuite1
impl Clone for PF_ChannelSuite1
Source§fn clone(&self) -> PF_ChannelSuite1
fn clone(&self) -> PF_ChannelSuite1
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_ChannelSuite1
impl Debug for PF_ChannelSuite1
impl Copy for PF_ChannelSuite1
Auto Trait Implementations§
impl Freeze for PF_ChannelSuite1
impl RefUnwindSafe for PF_ChannelSuite1
impl Send for PF_ChannelSuite1
impl Sync for PF_ChannelSuite1
impl Unpin for PF_ChannelSuite1
impl UnwindSafe for PF_ChannelSuite1
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