#[repr(C)]pub struct PF_PathQuerySuite1 {
pub PF_NumPaths: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, num_pathsPL: *mut A_long) -> PF_Err>,
pub PF_PathInfo: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, indexL: A_long, unique_idP: *mut PF_PathID) -> PF_Err>,
pub PF_CheckoutPath: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, unique_id: PF_PathID, what_time: A_long, time_step: A_long, time_scale: A_u_long, pathPP: *mut PF_PathOutlinePtr) -> PF_Err>,
pub PF_CheckinPath: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, unique_id: PF_PathID, changedB: PF_Boolean, pathP: PF_PathOutlinePtr) -> PF_Err>,
}Fields§
§PF_NumPaths: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, num_pathsPL: *mut A_long) -> PF_Err>§PF_PathInfo: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, indexL: A_long, unique_idP: *mut PF_PathID) -> PF_Err>§PF_CheckoutPath: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, unique_id: PF_PathID, what_time: A_long, time_step: A_long, time_scale: A_u_long, pathPP: *mut PF_PathOutlinePtr) -> PF_Err>§PF_CheckinPath: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, unique_id: PF_PathID, changedB: PF_Boolean, pathP: PF_PathOutlinePtr) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_PathQuerySuite1
impl Clone for PF_PathQuerySuite1
Source§fn clone(&self) -> PF_PathQuerySuite1
fn clone(&self) -> PF_PathQuerySuite1
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 PF_PathQuerySuite1
impl Debug for PF_PathQuerySuite1
impl Copy for PF_PathQuerySuite1
Auto Trait Implementations§
impl Freeze for PF_PathQuerySuite1
impl RefUnwindSafe for PF_PathQuerySuite1
impl Send for PF_PathQuerySuite1
impl Sync for PF_PathQuerySuite1
impl Unpin for PF_PathQuerySuite1
impl UnwindSafe for PF_PathQuerySuite1
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