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