Struct image::tga::TgaEncoder
source · [−]pub struct TgaEncoder<W: Write> { /* private fields */ }
Expand description
TGA encoder.
Implementations
sourceimpl<W: Write> TgaEncoder<W>
impl<W: Write> TgaEncoder<W>
sourcepub fn new(w: W) -> TgaEncoder<W>
pub fn new(w: W) -> TgaEncoder<W>
Create a new encoder that writes its output to w
.
Trait Implementations
sourceimpl<W: Write> ImageEncoder for TgaEncoder<W>
impl<W: Write> ImageEncoder for TgaEncoder<W>
Auto Trait Implementations
impl<W> RefUnwindSafe for TgaEncoder<W> where
W: RefUnwindSafe,
impl<W> Send for TgaEncoder<W> where
W: Send,
impl<W> Sync for TgaEncoder<W> where
W: Sync,
impl<W> Unpin for TgaEncoder<W> where
W: Unpin,
impl<W> UnwindSafe for TgaEncoder<W> where
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more