Struct vips_sys::_VipsInterpolateClass[][src]

#[repr(C)]
pub struct _VipsInterpolateClass { pub parent_class: VipsObjectClass, pub interpolate: VipsInterpolateMethod, pub get_window_size: Option<unsafe extern "C" fn(interpolate: *mut VipsInterpolate) -> c_int>, pub window_size: c_int, pub get_window_offset: Option<unsafe extern "C" fn(interpolate: *mut VipsInterpolate) -> c_int>, pub window_offset: c_int, }

Fields

Trait Implementations

impl Debug for _VipsInterpolateClass
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsInterpolateClass
[src]

impl Clone for _VipsInterpolateClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsInterpolateClass

impl !Sync for _VipsInterpolateClass