#[repr(C)]pub struct PF_PathDataSuite1 {
pub PF_PathIsOpen: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, openPB: *mut PF_Boolean) -> PF_Err>,
pub PF_PathNumSegments: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, num_segmentsPL: *mut A_long) -> PF_Err>,
pub PF_PathVertexInfo: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, which_pointL: A_long, vertexP: *mut PF_PathVertex) -> PF_Err>,
pub PF_PathPrepareSegLength: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, which_segL: A_long, frequencyL: A_long, lengthPrepPP: *mut PF_PathSegPrepPtr) -> PF_Err>,
pub PF_PathGetSegLength: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, which_segL: A_long, lengthPrepP0: *mut PF_PathSegPrepPtr, lengthPF: *mut PF_FpLong) -> PF_Err>,
pub PF_PathEvalSegLength: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, lengthPrepPP0: *mut PF_PathSegPrepPtr, which_segL: A_long, lengthF: PF_FpLong, x: *mut PF_FpLong, y: *mut PF_FpLong) -> PF_Err>,
pub PF_PathEvalSegLengthDeriv1: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, lengthPrepPP0: *mut PF_PathSegPrepPtr, which_segL: A_long, lengthF: PF_FpLong, x: *mut PF_FpLong, y: *mut PF_FpLong, deriv1x: *mut PF_FpLong, deriv1y: *mut PF_FpLong) -> PF_Err>,
pub PF_PathCleanupSegLength: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, which_segL: A_long, lengthPrepPP: *mut PF_PathSegPrepPtr) -> PF_Err>,
pub PF_PathIsInverted: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, unique_id: PF_PathID, invertedB: *mut PF_Boolean) -> PF_Err>,
pub PF_PathGetMaskMode: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, unique_id: PF_PathID, modeP: *mut PF_MaskMode) -> PF_Err>,
pub PF_PathGetName: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, unique_id: PF_PathID, nameZ: *mut A_char) -> PF_Err>,
}Fields§
§PF_PathIsOpen: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, openPB: *mut PF_Boolean) -> PF_Err>§PF_PathNumSegments: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, num_segmentsPL: *mut A_long) -> PF_Err>§PF_PathVertexInfo: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, which_pointL: A_long, vertexP: *mut PF_PathVertex) -> PF_Err>§PF_PathPrepareSegLength: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, which_segL: A_long, frequencyL: A_long, lengthPrepPP: *mut PF_PathSegPrepPtr) -> PF_Err>§PF_PathGetSegLength: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, which_segL: A_long, lengthPrepP0: *mut PF_PathSegPrepPtr, lengthPF: *mut PF_FpLong) -> PF_Err>§PF_PathEvalSegLength: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, lengthPrepPP0: *mut PF_PathSegPrepPtr, which_segL: A_long, lengthF: PF_FpLong, x: *mut PF_FpLong, y: *mut PF_FpLong) -> PF_Err>§PF_PathEvalSegLengthDeriv1: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, lengthPrepPP0: *mut PF_PathSegPrepPtr, which_segL: A_long, lengthF: PF_FpLong, x: *mut PF_FpLong, y: *mut PF_FpLong, deriv1x: *mut PF_FpLong, deriv1y: *mut PF_FpLong) -> PF_Err>§PF_PathCleanupSegLength: Option<unsafe extern "C" fn(effect_ref0: PF_ProgPtr, pathP: PF_PathOutlinePtr, which_segL: A_long, lengthPrepPP: *mut PF_PathSegPrepPtr) -> PF_Err>§PF_PathIsInverted: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, unique_id: PF_PathID, invertedB: *mut PF_Boolean) -> PF_Err>§PF_PathGetMaskMode: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, unique_id: PF_PathID, modeP: *mut PF_MaskMode) -> PF_Err>§PF_PathGetName: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, unique_id: PF_PathID, nameZ: *mut A_char) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_PathDataSuite1
impl Clone for PF_PathDataSuite1
Source§fn clone(&self) -> PF_PathDataSuite1
fn clone(&self) -> PF_PathDataSuite1
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_PathDataSuite1
impl Debug for PF_PathDataSuite1
impl Copy for PF_PathDataSuite1
Auto Trait Implementations§
impl Freeze for PF_PathDataSuite1
impl RefUnwindSafe for PF_PathDataSuite1
impl Send for PF_PathDataSuite1
impl Sync for PF_PathDataSuite1
impl Unpin for PF_PathDataSuite1
impl UnwindSafe for PF_PathDataSuite1
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