pub struct IcoEncoder<W: Write> { /* private fields */ }
Expand description
ICO encoder
Implementations
sourceimpl<W: Write> IcoEncoder<W>
impl<W: Write> IcoEncoder<W>
sourcepub fn new(w: W) -> IcoEncoder<W>
pub fn new(w: W) -> IcoEncoder<W>
Create a new encoder that writes its output to w
.
Trait Implementations
sourceimpl<W: Write> ImageEncoder for IcoEncoder<W>
impl<W: Write> ImageEncoder for IcoEncoder<W>
Auto Trait Implementations
impl<W> RefUnwindSafe for IcoEncoder<W> where
W: RefUnwindSafe,
impl<W> Send for IcoEncoder<W> where
W: Send,
impl<W> Sync for IcoEncoder<W> where
W: Sync,
impl<W> Unpin for IcoEncoder<W> where
W: Unpin,
impl<W> UnwindSafe for IcoEncoder<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