#[repr(C, packed(2))]pub struct PF_MaskSuite1 {
pub PF_MaskWorldWithPath: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, mask: *mut PF_PathOutlinePtr, feather_x: PF_FpLong, feather_y: PF_FpLong, invert: PF_Boolean, opacity: PF_FpLong, quality: PF_Quality, worldP: *mut PF_EffectWorld, bboxPR0: *mut PF_Rect) -> A_Err>,
}Fields§
§PF_MaskWorldWithPath: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, mask: *mut PF_PathOutlinePtr, feather_x: PF_FpLong, feather_y: PF_FpLong, invert: PF_Boolean, opacity: PF_FpLong, quality: PF_Quality, worldP: *mut PF_EffectWorld, bboxPR0: *mut PF_Rect) -> A_Err>Trait Implementations§
Source§impl Clone for PF_MaskSuite1
impl Clone for PF_MaskSuite1
Source§fn clone(&self) -> PF_MaskSuite1
fn clone(&self) -> PF_MaskSuite1
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_MaskSuite1
impl Debug for PF_MaskSuite1
impl Copy for PF_MaskSuite1
Auto Trait Implementations§
impl Freeze for PF_MaskSuite1
impl RefUnwindSafe for PF_MaskSuite1
impl Send for PF_MaskSuite1
impl Sync for PF_MaskSuite1
impl Unpin for PF_MaskSuite1
impl UnwindSafe for PF_MaskSuite1
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