Struct image::codecs::hdr::HdrEncoder
source · pub struct HdrEncoder<W: Write> { /* private fields */ }
Expand description
Radiance HDR encoder
Implementations§
source§impl<W: Write> HdrEncoder<W>
impl<W: Write> HdrEncoder<W>
Auto Trait Implementations§
impl<W> RefUnwindSafe for HdrEncoder<W>where W: RefUnwindSafe,
impl<W> Send for HdrEncoder<W>where W: Send,
impl<W> Sync for HdrEncoder<W>where W: Sync,
impl<W> Unpin for HdrEncoder<W>where W: Unpin,
impl<W> UnwindSafe for HdrEncoder<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