[][src]Struct libvips::VipsTarget

pub struct VipsTarget { /* fields omitted */ }

Implementations

impl VipsTarget[src]

pub fn new_to_descriptor(descriptor: i32) -> Result<Self>[src]

pub fn new_to_file(filename: &str) -> Result<Self>[src]

pub fn new_to_memory() -> Result<Self>[src]

pub fn write(&mut self, buffer: &[u8]) -> Result<()>[src]

pub fn finish(self)[src]

pub fn putc(&mut self, ch: char) -> Result<()>[src]

pub fn writes(&mut self, text: &str) -> Result<()>[src]

pub fn write_amp(&mut self, text: &str) -> Result<()>[src]

Trait Implementations

impl Clone for VipsTarget[src]

impl Debug for VipsTarget[src]

impl Drop for VipsTarget[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.