#[repr(C)]pub struct VipsExecutor {
pub vector: *mut VipsVector,
}Fields§
§vector: *mut VipsVectorTrait Implementations§
Source§impl Clone for VipsExecutor
impl Clone for VipsExecutor
Source§fn clone(&self) -> VipsExecutor
fn clone(&self) -> VipsExecutor
Returns a duplicate 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 VipsExecutor
impl Debug for VipsExecutor
impl Copy for VipsExecutor
Auto Trait Implementations§
impl Freeze for VipsExecutor
impl RefUnwindSafe for VipsExecutor
impl !Send for VipsExecutor
impl !Sync for VipsExecutor
impl Unpin for VipsExecutor
impl UnwindSafe for VipsExecutor
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