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]
impl Debug for _VipsInterpolateClass
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _VipsInterpolateClass
[src]
impl Copy for _VipsInterpolateClass
impl Clone for _VipsInterpolateClass
[src]
impl Clone for _VipsInterpolateClass
fn clone(&self) -> _VipsInterpolateClass
[src]
fn clone(&self) -> _VipsInterpolateClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for _VipsInterpolateClass
impl !Send for _VipsInterpolateClass
impl !Sync for _VipsInterpolateClass
impl !Sync for _VipsInterpolateClass