#[repr(C)]pub struct PF_SamplingFloatSuite1 {
pub nn_sample_float: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, x: PF_Fixed, y: PF_Fixed, params: *const PF_SampPB, dst_pixel: *mut PF_PixelFloat) -> PF_Err>,
pub subpixel_sample_float: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, x: PF_Fixed, y: PF_Fixed, params: *const PF_SampPB, dst_pixel: *mut PF_PixelFloat) -> PF_Err>,
pub area_sample_float: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, x: PF_Fixed, y: PF_Fixed, params: *const PF_SampPB, dst_pixel: *mut PF_PixelFloat) -> PF_Err>,
}Fields§
§nn_sample_float: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, x: PF_Fixed, y: PF_Fixed, params: *const PF_SampPB, dst_pixel: *mut PF_PixelFloat) -> PF_Err>§subpixel_sample_float: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, x: PF_Fixed, y: PF_Fixed, params: *const PF_SampPB, dst_pixel: *mut PF_PixelFloat) -> PF_Err>§area_sample_float: Option<unsafe extern "C" fn(effect_ref: PF_ProgPtr, x: PF_Fixed, y: PF_Fixed, params: *const PF_SampPB, dst_pixel: *mut PF_PixelFloat) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_SamplingFloatSuite1
impl Clone for PF_SamplingFloatSuite1
Source§fn clone(&self) -> PF_SamplingFloatSuite1
fn clone(&self) -> PF_SamplingFloatSuite1
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_SamplingFloatSuite1
impl Debug for PF_SamplingFloatSuite1
impl Copy for PF_SamplingFloatSuite1
Auto Trait Implementations§
impl Freeze for PF_SamplingFloatSuite1
impl RefUnwindSafe for PF_SamplingFloatSuite1
impl Send for PF_SamplingFloatSuite1
impl Sync for PF_SamplingFloatSuite1
impl Unpin for PF_SamplingFloatSuite1
impl UnwindSafe for PF_SamplingFloatSuite1
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