#[repr(C)]pub struct AEGP_RenderAsyncManagerSuite1 {
pub AEGP_CheckoutOrRender_ItemFrame_AsyncManager: Option<unsafe extern "C" fn(async_managerP: PF_AsyncManagerP, purpose_id: A_u_long, ro: AEGP_RenderOptionsH, out_receiptPH: *mut AEGP_FrameReceiptH) -> A_Err>,
pub AEGP_CheckoutOrRender_LayerFrame_AsyncManager: Option<unsafe extern "C" fn(async_managerP: PF_AsyncManagerP, purpose_id: A_u_long, lro: AEGP_LayerRenderOptionsH, out_receiptPH: *mut AEGP_FrameReceiptH) -> A_Err>,
}Fields§
§AEGP_CheckoutOrRender_ItemFrame_AsyncManager: Option<unsafe extern "C" fn(async_managerP: PF_AsyncManagerP, purpose_id: A_u_long, ro: AEGP_RenderOptionsH, out_receiptPH: *mut AEGP_FrameReceiptH) -> A_Err>§AEGP_CheckoutOrRender_LayerFrame_AsyncManager: Option<unsafe extern "C" fn(async_managerP: PF_AsyncManagerP, purpose_id: A_u_long, lro: AEGP_LayerRenderOptionsH, out_receiptPH: *mut AEGP_FrameReceiptH) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_RenderAsyncManagerSuite1
impl Clone for AEGP_RenderAsyncManagerSuite1
Source§fn clone(&self) -> AEGP_RenderAsyncManagerSuite1
fn clone(&self) -> AEGP_RenderAsyncManagerSuite1
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 moreimpl Copy for AEGP_RenderAsyncManagerSuite1
Auto Trait Implementations§
impl Freeze for AEGP_RenderAsyncManagerSuite1
impl RefUnwindSafe for AEGP_RenderAsyncManagerSuite1
impl Send for AEGP_RenderAsyncManagerSuite1
impl Sync for AEGP_RenderAsyncManagerSuite1
impl Unpin for AEGP_RenderAsyncManagerSuite1
impl UnwindSafe for AEGP_RenderAsyncManagerSuite1
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