#[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_intTrait Implementations§
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