#[repr(C)]pub struct AEGP_TrackerSuite1 {
pub AEGP_GetNumFeatures: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, num_featuresPL: *mut A_long) -> A_Err>,
pub AEGP_GetFeatureRegionByIndex: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, rectP: *mut A_FloatRect) -> A_Err>,
pub AEGP_GetSearchRegionByIndex: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, rectP: *mut A_FloatRect) -> A_Err>,
pub AEGP_GetFeatureWorldByIndex: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, feature_worldPH: *mut AEGP_WorldH) -> A_Err>,
pub AEGP_GetFrameWorld: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, frame_worldPH: *mut AEGP_WorldH) -> A_Err>,
pub AEGP_GetTrackerSourceDimensions: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, widthPL: *mut A_long, heightPL: *mut A_long) -> A_Err>,
pub AEGP_SetFeatureRegionByIndex: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, rectP: *const A_FloatRect) -> A_Err>,
pub AEGP_SetAccuracyByIndex: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, accuracyF: A_FpLong) -> A_Err>,
pub AEGP_ShouldTrackFeature: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, trackPB: *mut A_Boolean) -> A_Err>,
}Fields§
§AEGP_GetNumFeatures: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, num_featuresPL: *mut A_long) -> A_Err>§AEGP_GetFeatureRegionByIndex: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, rectP: *mut A_FloatRect) -> A_Err>§AEGP_GetSearchRegionByIndex: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, rectP: *mut A_FloatRect) -> A_Err>§AEGP_GetFeatureWorldByIndex: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, feature_worldPH: *mut AEGP_WorldH) -> A_Err>§AEGP_GetFrameWorld: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, frame_worldPH: *mut AEGP_WorldH) -> A_Err>§AEGP_GetTrackerSourceDimensions: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, widthPL: *mut A_long, heightPL: *mut A_long) -> A_Err>§AEGP_SetFeatureRegionByIndex: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, rectP: *const A_FloatRect) -> A_Err>§AEGP_SetAccuracyByIndex: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, accuracyF: A_FpLong) -> A_Err>§AEGP_ShouldTrackFeature: Option<unsafe extern "C" fn(contextP: PT_TrackingContextPtr, index: PT_Index, trackPB: *mut A_Boolean) -> A_Err>Trait Implementations§
Source§impl Clone for AEGP_TrackerSuite1
impl Clone for AEGP_TrackerSuite1
Source§fn clone(&self) -> AEGP_TrackerSuite1
fn clone(&self) -> AEGP_TrackerSuite1
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_TrackerSuite1
impl Debug for AEGP_TrackerSuite1
impl Copy for AEGP_TrackerSuite1
Auto Trait Implementations§
impl Freeze for AEGP_TrackerSuite1
impl RefUnwindSafe for AEGP_TrackerSuite1
impl Send for AEGP_TrackerSuite1
impl Sync for AEGP_TrackerSuite1
impl Unpin for AEGP_TrackerSuite1
impl UnwindSafe for AEGP_TrackerSuite1
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