#[repr(C)]pub 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 moreSource§impl Debug for _VipsInterpolate
impl Debug for _VipsInterpolate
Source§impl PartialEq for _VipsInterpolate
impl PartialEq for _VipsInterpolate
impl Copy for _VipsInterpolate
impl Eq for _VipsInterpolate
impl StructuralPartialEq for _VipsInterpolate
Auto Trait Implementations§
impl Freeze for _VipsInterpolate
impl RefUnwindSafe for _VipsInterpolate
impl !Send for _VipsInterpolate
impl !Sync for _VipsInterpolate
impl Unpin for _VipsInterpolate
impl UnwindSafe for _VipsInterpolate
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