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]

[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsInterpolateClass
[src]

impl Clone for _VipsInterpolateClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more