#[repr(C)]pub struct PF_AngleParamSuite1 {
pub PF_GetFloatingPointValueFromAngleDef: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, angle_defP: *const PF_ParamDef, fp_valueP: *mut A_FpLong) -> PF_Err>,
}Expand description
PF_AngleParamSuite1
Fields§
§PF_GetFloatingPointValueFromAngleDef: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, angle_defP: *const PF_ParamDef, fp_valueP: *mut A_FpLong) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_AngleParamSuite1
impl Clone for PF_AngleParamSuite1
Source§fn clone(&self) -> PF_AngleParamSuite1
fn clone(&self) -> PF_AngleParamSuite1
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_AngleParamSuite1
impl Debug for PF_AngleParamSuite1
impl Copy for PF_AngleParamSuite1
Auto Trait Implementations§
impl Freeze for PF_AngleParamSuite1
impl RefUnwindSafe for PF_AngleParamSuite1
impl Send for PF_AngleParamSuite1
impl Sync for PF_AngleParamSuite1
impl Unpin for PF_AngleParamSuite1
impl UnwindSafe for PF_AngleParamSuite1
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