#[repr(C)]pub struct AEGP_RenderSuite5 {Show 14 fields
pub AEGP_RenderAndCheckoutFrame: Option<unsafe extern "C" fn(optionsH: AEGP_RenderOptionsH, cancel_functionP0: AEGP_RenderSuiteCheckForCancel, cancel_function_refconP0: AEGP_CancelRefcon, receiptPH: *mut AEGP_FrameReceiptH) -> A_Err>,
pub AEGP_RenderAndCheckoutLayerFrame: Option<unsafe extern "C" fn(optionsH: AEGP_LayerRenderOptionsH, cancel_functionP0: AEGP_RenderSuiteCheckForCancel, cancel_function_refconP0: AEGP_CancelRefcon, receiptPH: *mut AEGP_FrameReceiptH) -> A_Err>,
pub AEGP_RenderAndCheckoutLayerFrame_Async: Option<unsafe extern "C" fn(optionsH: AEGP_LayerRenderOptionsH, callback: AEGP_AsyncFrameReadyCallback, request_completion_refconP0: AEGP_AsyncFrameRequestRefcon, asyncRequestIdP: *mut AEGP_AsyncRequestId) -> A_Err>,
pub AEGP_CancelAsyncRequest: Option<unsafe extern "C" fn(asyncRequestId: AEGP_AsyncRequestId) -> A_Err>,
pub AEGP_CheckinFrame: Option<unsafe extern "C" fn(receiptH: AEGP_FrameReceiptH) -> A_Err>,
pub AEGP_GetReceiptWorld: Option<unsafe extern "C" fn(receiptH: AEGP_FrameReceiptH, worldPH: *mut AEGP_WorldH) -> A_Err>,
pub AEGP_GetRenderedRegion: Option<unsafe extern "C" fn(receiptH: AEGP_FrameReceiptH, rendered_regionP: *mut A_LRect) -> A_Err>,
pub AEGP_IsRenderedFrameSufficient: Option<unsafe extern "C" fn(rendered_optionsH: AEGP_RenderOptionsH, proposed_optionsH: AEGP_RenderOptionsH, rendered_is_sufficientPB: *mut A_Boolean) -> A_Err>,
pub AEGP_RenderNewItemSoundData: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, start_timePT: *const A_Time, durationPT: *const A_Time, sound_formatP: *const AEGP_SoundDataFormat, cancel_functionP0: AEGP_RenderSuiteCheckForCancel, cancel_function_refconP0: AEGP_CancelRefcon, new_sound_dataPH: *mut AEGP_SoundDataH) -> A_Err>,
pub AEGP_GetCurrentTimestamp: Option<unsafe extern "C" fn(time_stampP: *mut AEGP_TimeStamp) -> A_Err>,
pub AEGP_HasItemChangedSinceTimestamp: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, start_timeP: *const A_Time, durationP: *const A_Time, time_stampP: *const AEGP_TimeStamp, item_has_changedPB: *mut A_Boolean) -> A_Err>,
pub AEGP_IsItemWorthwhileToRender: Option<unsafe extern "C" fn(roH: AEGP_RenderOptionsH, time_stampP: *const AEGP_TimeStamp, worthwhile_to_renderPB: *mut A_Boolean) -> A_Err>,
pub AEGP_CheckinRenderedFrame: Option<unsafe extern "C" fn(roH: AEGP_RenderOptionsH, time_stampP: *const AEGP_TimeStamp, ticks_to_renderL: A_u_long, imageH: AEGP_PlatformWorldH) -> A_Err>,
pub AEGP_GetReceiptGuid: Option<unsafe extern "C" fn(receiptH: AEGP_FrameReceiptH, guidMH: *mut AEGP_MemHandle) -> A_Err>,
}Fields§
§AEGP_RenderAndCheckoutFrame: Option<unsafe extern "C" fn(optionsH: AEGP_RenderOptionsH, cancel_functionP0: AEGP_RenderSuiteCheckForCancel, cancel_function_refconP0: AEGP_CancelRefcon, receiptPH: *mut AEGP_FrameReceiptH) -> A_Err>§AEGP_RenderAndCheckoutLayerFrame: Option<unsafe extern "C" fn(optionsH: AEGP_LayerRenderOptionsH, cancel_functionP0: AEGP_RenderSuiteCheckForCancel, cancel_function_refconP0: AEGP_CancelRefcon, receiptPH: *mut AEGP_FrameReceiptH) -> A_Err>§AEGP_RenderAndCheckoutLayerFrame_Async: Option<unsafe extern "C" fn(optionsH: AEGP_LayerRenderOptionsH, callback: AEGP_AsyncFrameReadyCallback, request_completion_refconP0: AEGP_AsyncFrameRequestRefcon, asyncRequestIdP: *mut AEGP_AsyncRequestId) -> A_Err>§AEGP_CancelAsyncRequest: Option<unsafe extern "C" fn(asyncRequestId: AEGP_AsyncRequestId) -> A_Err>§AEGP_CheckinFrame: Option<unsafe extern "C" fn(receiptH: AEGP_FrameReceiptH) -> A_Err>§AEGP_GetReceiptWorld: Option<unsafe extern "C" fn(receiptH: AEGP_FrameReceiptH, worldPH: *mut AEGP_WorldH) -> A_Err>§AEGP_GetRenderedRegion: Option<unsafe extern "C" fn(receiptH: AEGP_FrameReceiptH, rendered_regionP: *mut A_LRect) -> A_Err>§AEGP_IsRenderedFrameSufficient: Option<unsafe extern "C" fn(rendered_optionsH: AEGP_RenderOptionsH, proposed_optionsH: AEGP_RenderOptionsH, rendered_is_sufficientPB: *mut A_Boolean) -> A_Err>§AEGP_RenderNewItemSoundData: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, start_timePT: *const A_Time, durationPT: *const A_Time, sound_formatP: *const AEGP_SoundDataFormat, cancel_functionP0: AEGP_RenderSuiteCheckForCancel, cancel_function_refconP0: AEGP_CancelRefcon, new_sound_dataPH: *mut AEGP_SoundDataH) -> A_Err>§AEGP_GetCurrentTimestamp: Option<unsafe extern "C" fn(time_stampP: *mut AEGP_TimeStamp) -> A_Err>§AEGP_HasItemChangedSinceTimestamp: Option<unsafe extern "C" fn(itemH: AEGP_ItemH, start_timeP: *const A_Time, durationP: *const A_Time, time_stampP: *const AEGP_TimeStamp, item_has_changedPB: *mut A_Boolean) -> A_Err>§AEGP_IsItemWorthwhileToRender: Option<unsafe extern "C" fn(roH: AEGP_RenderOptionsH, time_stampP: *const AEGP_TimeStamp, worthwhile_to_renderPB: *mut A_Boolean) -> A_Err>§AEGP_CheckinRenderedFrame: Option<unsafe extern "C" fn(roH: AEGP_RenderOptionsH, time_stampP: *const AEGP_TimeStamp, ticks_to_renderL: A_u_long, imageH: AEGP_PlatformWorldH) -> A_Err>§AEGP_GetReceiptGuid: Option<unsafe extern "C" fn(receiptH: AEGP_FrameReceiptH, guidMH: *mut AEGP_MemHandle) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_RenderSuite5
impl Clone for AEGP_RenderSuite5
Source§fn clone(&self) -> AEGP_RenderSuite5
fn clone(&self) -> AEGP_RenderSuite5
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 AEGP_RenderSuite5
impl Debug for AEGP_RenderSuite5
impl Copy for AEGP_RenderSuite5
Auto Trait Implementations§
impl Freeze for AEGP_RenderSuite5
impl RefUnwindSafe for AEGP_RenderSuite5
impl Send for AEGP_RenderSuite5
impl Sync for AEGP_RenderSuite5
impl Unpin for AEGP_RenderSuite5
impl UnwindSafe for AEGP_RenderSuite5
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