Struct comfy_wgpu::image::codecs::qoi::QoiEncoder
source · pub struct QoiEncoder<W> { /* private fields */ }Expand description
QOI encoder
Implementations§
source§impl<W> QoiEncoder<W>where
W: Write,
impl<W> QoiEncoder<W>where W: Write,
sourcepub fn new(writer: W) -> QoiEncoder<W>
pub fn new(writer: W) -> QoiEncoder<W>
Creates a new encoder that writes its output to writer
Trait Implementations§
source§impl<W> ImageEncoder for QoiEncoder<W>where
W: Write,
impl<W> ImageEncoder for QoiEncoder<W>where W: Write,
Auto Trait Implementations§
impl<W> RefUnwindSafe for QoiEncoder<W>where W: RefUnwindSafe,
impl<W> Send for QoiEncoder<W>where W: Send,
impl<W> Sync for QoiEncoder<W>where W: Sync,
impl<W> Unpin for QoiEncoder<W>where W: Unpin,
impl<W> UnwindSafe for QoiEncoder<W>where W: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more