[][src]Struct clip::ClipImage

pub struct ClipImage { /* fields omitted */ }

Implementations

impl ClipImage[src]

pub fn get_spec(&self) -> &clip_image_spec[src]

pub fn get_data(&self) -> &[u8][src]

pub fn write_png<W: Write>(&self, writer: &mut W) -> Result<(), Error>[src]

pub fn write_jpeg<W: Write>(&self, writer: &mut W) -> Result<(), Error>[src]

pub fn write_bmp<W: Write>(&self, writer: &mut W) -> Result<(), Error>[src]

pub fn write_from_encoder<E: Encoder>(&self, encoder: E) -> Result<(), Error>[src]

Auto Trait Implementations

impl RefUnwindSafe for ClipImage

impl !Send for ClipImage

impl !Sync for ClipImage

impl Unpin for ClipImage

impl UnwindSafe for ClipImage

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> SetParameter for T[src]

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.