#[repr(C)]pub struct AEGP_QueryXformSuite2 {Show 18 fields
pub AEGP_QueryXformGetSrcType: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, src_type: *mut AEGP_QueryXformType) -> A_Err>,
pub AEGP_QueryXformGetDstType: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, dst_type: *mut AEGP_QueryXformType) -> A_Err>,
pub AEGP_QueryXformGetLayer: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, layerPH: *mut AEGP_LayerH) -> A_Err>,
pub AEGP_QueryXformGetComp: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, compPH: *mut AEGP_CompH) -> A_Err>,
pub AEGP_QueryXformGetTransformTime: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, time: *mut A_Time) -> A_Err>,
pub AEGP_QueryXformGetViewTime: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, time: *mut A_Time) -> A_Err>,
pub AEGP_QueryXformGetCamera: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, camera_layerPH: *mut AEGP_LayerH) -> A_Err>,
pub AEGP_QueryXformGetXform: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, xform: *mut A_Matrix4) -> A_Err>,
pub AEGP_QueryXformSetXform: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, xform: *mut A_Matrix4) -> A_Err>,
pub AEGP_QueryWindowRef: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut AEGP_PlatformWindowRef) -> A_Err>,
pub AEGP_QueryWindowClear: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut AEGP_PlatformWindowRef, boundsPR: *mut A_LegacyRect) -> A_Err>,
pub AEGP_QueryFrozenProxy: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, onPB: *mut A_Boolean) -> A_Err>,
pub AEGP_QuerySwapBuffer: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut AEGP_PlatformWindowRef, dest_bufferp: *mut AEGP_WorldH) -> A_Err>,
pub AEGP_QueryDrawProcs: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut PR_InteractiveDrawProcs) -> A_Err>,
pub AEGP_QueryPrepareForLineDrawing: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut AEGP_PlatformWindowRef, viewportP: *mut A_LegacyRect, originP: *mut A_LPoint, scaleP: *mut A_FloatPoint) -> A_Err>,
pub AEGP_QueryUnprepareForLineDrawing: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut AEGP_PlatformWindowRef) -> A_Err>,
pub AEGP_QueryGetData: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, i: A_long, dataPP: *mut *mut c_void) -> A_Err>,
pub AEGP_QuerySetData: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, i: A_long, dataP: *mut c_void) -> A_Err>,
}Fields§
§AEGP_QueryXformGetSrcType: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, src_type: *mut AEGP_QueryXformType) -> A_Err>§AEGP_QueryXformGetDstType: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, dst_type: *mut AEGP_QueryXformType) -> A_Err>§AEGP_QueryXformGetLayer: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, layerPH: *mut AEGP_LayerH) -> A_Err>§AEGP_QueryXformGetComp: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, compPH: *mut AEGP_CompH) -> A_Err>§AEGP_QueryXformGetTransformTime: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, time: *mut A_Time) -> A_Err>§AEGP_QueryXformGetViewTime: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, time: *mut A_Time) -> A_Err>§AEGP_QueryXformGetCamera: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, camera_layerPH: *mut AEGP_LayerH) -> A_Err>§AEGP_QueryXformGetXform: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, xform: *mut A_Matrix4) -> A_Err>§AEGP_QueryXformSetXform: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, xform: *mut A_Matrix4) -> A_Err>§AEGP_QueryWindowRef: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut AEGP_PlatformWindowRef) -> A_Err>§AEGP_QueryWindowClear: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut AEGP_PlatformWindowRef, boundsPR: *mut A_LegacyRect) -> A_Err>§AEGP_QueryFrozenProxy: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, onPB: *mut A_Boolean) -> A_Err>§AEGP_QuerySwapBuffer: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut AEGP_PlatformWindowRef, dest_bufferp: *mut AEGP_WorldH) -> A_Err>§AEGP_QueryDrawProcs: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut PR_InteractiveDrawProcs) -> A_Err>§AEGP_QueryPrepareForLineDrawing: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut AEGP_PlatformWindowRef, viewportP: *mut A_LegacyRect, originP: *mut A_LPoint, scaleP: *mut A_FloatPoint) -> A_Err>§AEGP_QueryUnprepareForLineDrawing: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, window_refP: *mut AEGP_PlatformWindowRef) -> A_Err>§AEGP_QueryGetData: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, i: A_long, dataPP: *mut *mut c_void) -> A_Err>§AEGP_QuerySetData: Option<unsafe extern "C" fn(query_contextH: PR_QueryContextH, i: A_long, dataP: *mut c_void) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_QueryXformSuite2
impl Clone for AEGP_QueryXformSuite2
Source§fn clone(&self) -> AEGP_QueryXformSuite2
fn clone(&self) -> AEGP_QueryXformSuite2
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_QueryXformSuite2
impl Debug for AEGP_QueryXformSuite2
impl Copy for AEGP_QueryXformSuite2
Auto Trait Implementations§
impl Freeze for AEGP_QueryXformSuite2
impl RefUnwindSafe for AEGP_QueryXformSuite2
impl Send for AEGP_QueryXformSuite2
impl Sync for AEGP_QueryXformSuite2
impl Unpin for AEGP_QueryXformSuite2
impl UnwindSafe for AEGP_QueryXformSuite2
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