[][src]Struct libvips::ops::SystemOptions

pub struct SystemOptions {
    pub inp: Vec<VipsImage>,
    pub out: VipsImage,
    pub log: String,
    pub out_format: String,
    pub in_format: String,
}

Options for system operation

Fields

inp: Vec<VipsImage>

inp: Vec<VipsImage> -> Array of input images

out: VipsImage

out: VipsImage -> Output image

log: String

log: String -> Command log

out_format: String

out_format: String -> Format for output filename

in_format: String

in_format: String -> Format for input filename

Trait Implementations

impl Clone for SystemOptions[src]

impl Debug for SystemOptions[src]

impl Default for SystemOptions[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.