#[repr(C)]pub struct AEGP_ComputeCacheSuite1 {
pub AEGP_ClassRegister: Option<unsafe extern "C" fn(compute_classP: AEGP_CCComputeClassIdP, callbacksP: *const AEGP_ComputeCacheCallbacks) -> A_Err>,
pub AEGP_ClassUnregister: Option<unsafe extern "C" fn(compute_classP: AEGP_CCComputeClassIdP) -> A_Err>,
pub AEGP_ComputeIfNeededAndCheckout: Option<unsafe extern "C" fn(compute_classP: AEGP_CCComputeClassIdP, opaque_optionsP: AEGP_CCComputeOptionsRefconP, wait_for_other_threadB: bool, compute_receiptPP: *mut AEGP_CCCheckoutReceiptP) -> A_Err>,
pub AEGP_CheckoutCached: Option<unsafe extern "C" fn(compute_classP: AEGP_CCComputeClassIdP, opaque_optionsP: AEGP_CCComputeOptionsRefconP, compute_receiptPP: *mut AEGP_CCCheckoutReceiptP) -> A_Err>,
pub AEGP_GetReceiptComputeValue: Option<unsafe extern "C" fn(compute_receiptP: AEGP_CCCheckoutReceiptP, compute_valuePP: *mut AEGP_CCComputeValueRefconP) -> A_Err>,
pub AEGP_CheckinComputeReceipt: Option<unsafe extern "C" fn(compute_receiptP: AEGP_CCCheckoutReceiptP) -> A_Err>,
}Fields§
§AEGP_ClassRegister: Option<unsafe extern "C" fn(compute_classP: AEGP_CCComputeClassIdP, callbacksP: *const AEGP_ComputeCacheCallbacks) -> A_Err>§AEGP_ClassUnregister: Option<unsafe extern "C" fn(compute_classP: AEGP_CCComputeClassIdP) -> A_Err>§AEGP_ComputeIfNeededAndCheckout: Option<unsafe extern "C" fn(compute_classP: AEGP_CCComputeClassIdP, opaque_optionsP: AEGP_CCComputeOptionsRefconP, wait_for_other_threadB: bool, compute_receiptPP: *mut AEGP_CCCheckoutReceiptP) -> A_Err>§AEGP_CheckoutCached: Option<unsafe extern "C" fn(compute_classP: AEGP_CCComputeClassIdP, opaque_optionsP: AEGP_CCComputeOptionsRefconP, compute_receiptPP: *mut AEGP_CCCheckoutReceiptP) -> A_Err>§AEGP_GetReceiptComputeValue: Option<unsafe extern "C" fn(compute_receiptP: AEGP_CCCheckoutReceiptP, compute_valuePP: *mut AEGP_CCComputeValueRefconP) -> A_Err>§AEGP_CheckinComputeReceipt: Option<unsafe extern "C" fn(compute_receiptP: AEGP_CCCheckoutReceiptP) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_ComputeCacheSuite1
impl Clone for AEGP_ComputeCacheSuite1
Source§fn clone(&self) -> AEGP_ComputeCacheSuite1
fn clone(&self) -> AEGP_ComputeCacheSuite1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_ComputeCacheSuite1
Auto Trait Implementations§
impl Freeze for AEGP_ComputeCacheSuite1
impl RefUnwindSafe for AEGP_ComputeCacheSuite1
impl Send for AEGP_ComputeCacheSuite1
impl Sync for AEGP_ComputeCacheSuite1
impl Unpin for AEGP_ComputeCacheSuite1
impl UnsafeUnpin for AEGP_ComputeCacheSuite1
impl UnwindSafe for AEGP_ComputeCacheSuite1
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