#[repr(C)]pub struct PF_FillMatteSuite2 {
pub fill: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, color: *const PF_Pixel, dst_rect: *const PF_Rect, world: *mut PF_EffectWorld) -> PF_Err>,
pub fill16: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, color: *const PF_Pixel16, dst_rect: *const PF_Rect, world: *mut PF_EffectWorld) -> PF_Err>,
pub fill_float: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, color: *const PF_PixelFloat, dst_rect: *const PF_Rect, world: *mut PF_EffectWorld) -> PF_Err>,
pub premultiply: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, forward: A_long, dst: *mut PF_EffectWorld) -> PF_Err>,
pub premultiply_color: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, src: *mut PF_EffectWorld, color: *const PF_Pixel, forward: A_long, dst: *mut PF_EffectWorld) -> PF_Err>,
pub premultiply_color16: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, src: *mut PF_EffectWorld, color: *const PF_Pixel16, forward: A_long, dst: *mut PF_EffectWorld) -> PF_Err>,
pub premultiply_color_float: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, src: *mut PF_EffectWorld, color: *const PF_PixelFloat, forward: A_long, dst: *mut PF_EffectWorld) -> PF_Err>,
}Fields§
§fill: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, color: *const PF_Pixel, dst_rect: *const PF_Rect, world: *mut PF_EffectWorld) -> PF_Err>§fill16: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, color: *const PF_Pixel16, dst_rect: *const PF_Rect, world: *mut PF_EffectWorld) -> PF_Err>§fill_float: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, color: *const PF_PixelFloat, dst_rect: *const PF_Rect, world: *mut PF_EffectWorld) -> PF_Err>§premultiply: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, forward: A_long, dst: *mut PF_EffectWorld) -> PF_Err>§premultiply_color: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, src: *mut PF_EffectWorld, color: *const PF_Pixel, forward: A_long, dst: *mut PF_EffectWorld) -> PF_Err>§premultiply_color16: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, src: *mut PF_EffectWorld, color: *const PF_Pixel16, forward: A_long, dst: *mut PF_EffectWorld) -> PF_Err>§premultiply_color_float: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, src: *mut PF_EffectWorld, color: *const PF_PixelFloat, forward: A_long, dst: *mut PF_EffectWorld) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_FillMatteSuite2
impl Clone for PF_FillMatteSuite2
Source§fn clone(&self) -> PF_FillMatteSuite2
fn clone(&self) -> PF_FillMatteSuite2
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_FillMatteSuite2
impl Debug for PF_FillMatteSuite2
impl Copy for PF_FillMatteSuite2
Auto Trait Implementations§
impl Freeze for PF_FillMatteSuite2
impl RefUnwindSafe for PF_FillMatteSuite2
impl Send for PF_FillMatteSuite2
impl Sync for PF_FillMatteSuite2
impl Unpin for PF_FillMatteSuite2
impl UnwindSafe for PF_FillMatteSuite2
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