#[repr(C)]pub struct _VipsInterpolate {
pub parent_object: VipsObject,
}Fields§
§parent_object: VipsObjectTrait Implementations§
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