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