pub struct HdrEncoder<W: Write> { /* private fields */ }
Expand description
Radiance HDR encoder
Implementations
sourceimpl<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
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