#[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§
Source§impl Clone for _VipsInterpolateClass
impl Clone for _VipsInterpolateClass
Source§fn clone(&self) -> _VipsInterpolateClass
fn clone(&self) -> _VipsInterpolateClass
Returns a copy 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 _VipsInterpolateClass
impl Debug for _VipsInterpolateClass
Source§impl PartialEq for _VipsInterpolateClass
impl PartialEq for _VipsInterpolateClass
impl Copy for _VipsInterpolateClass
impl Eq for _VipsInterpolateClass
impl StructuralPartialEq for _VipsInterpolateClass
Auto Trait Implementations§
impl Freeze for _VipsInterpolateClass
impl RefUnwindSafe for _VipsInterpolateClass
impl !Send for _VipsInterpolateClass
impl !Sync for _VipsInterpolateClass
impl Unpin for _VipsInterpolateClass
impl UnwindSafe for _VipsInterpolateClass
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