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