Struct titanium::desktop::gui::libdruid::piet::image_crate::codecs::hdr::HdrEncoder
pub struct HdrEncoder<W>where
W: Write,{ /* private fields */ }
Expand description
Radiance HDR encoder
Implementations§
§impl<W> HdrEncoder<W>where
W: Write,
impl<W> HdrEncoder<W>where W: Write,
pub fn new(w: W) -> HdrEncoder<W>
pub fn new(w: W) -> HdrEncoder<W>
Creates encoder
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§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.