#[repr(C)]pub struct AEGP_RenderSuite1 {
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_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>,
}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_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>Trait Implementations§
Source§impl Clone for AEGP_RenderSuite1
impl Clone for AEGP_RenderSuite1
Source§fn clone(&self) -> AEGP_RenderSuite1
fn clone(&self) -> AEGP_RenderSuite1
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_RenderSuite1
impl Debug for AEGP_RenderSuite1
impl Copy for AEGP_RenderSuite1
Auto Trait Implementations§
impl Freeze for AEGP_RenderSuite1
impl RefUnwindSafe for AEGP_RenderSuite1
impl Send for AEGP_RenderSuite1
impl Sync for AEGP_RenderSuite1
impl Unpin for AEGP_RenderSuite1
impl UnwindSafe for AEGP_RenderSuite1
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