pub struct HdrEncoder<W>where
W: Write,{ /* private fields */ }
Expand description
Radiance HDR encoder
Implementations§
Auto Trait Implementations§
impl<W> Freeze for HdrEncoder<W>where
W: Freeze,
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
Source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
type Err = Infallible
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
impl<Target, Original> VectorizedInto<Target> for Originalwhere
Target: VectorizedFrom<Original>,
Source§fn vectorized_into(self) -> Target
fn vectorized_into(self) -> Target
Performs the conversion.