pub type VipsInterpolate = _VipsInterpolate;
Aliased Type§
struct VipsInterpolate {
pub parent_object: _VipsObject,
}
Fields§
§parent_object: _VipsObject
Trait Implementations
Source§impl Clone for _VipsInterpolate
impl Clone for _VipsInterpolate
Source§fn clone(&self) -> _VipsInterpolate
fn clone(&self) -> _VipsInterpolate
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 more