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
parent_class: VipsObjectClass
interpolate: VipsInterpolateMethod
get_window_size: Option<unsafe extern "C" fn(interpolate: *mut VipsInterpolate) -> c_int>
window_size: c_int
get_window_offset: Option<unsafe extern "C" fn(interpolate: *mut VipsInterpolate) -> c_int>
window_offset: c_int
Trait Implementations
impl Debug for _VipsInterpolateClass
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _VipsInterpolateClass
[src]
impl Clone for _VipsInterpolateClass
[src]
fn clone(&self) -> _VipsInterpolateClass
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more