Type Alias image::codecs::hdr::RGBE8Pixel
source · pub type RGBE8Pixel = Rgbe8Pixel;
👎Deprecated: Use
Rgbe8Pixel
insteadExpand description
Aliased Type§
struct RGBE8Pixel {
pub c: [u8; 3],
pub e: u8,
}
Fields§
§c: [u8; 3]
Color components
e: u8
Exponent
Implementations
Trait Implementations
source§impl Clone for Rgbe8Pixel
impl Clone for Rgbe8Pixel
source§fn clone(&self) -> Rgbe8Pixel
fn clone(&self) -> Rgbe8Pixel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Rgbe8Pixel
impl Debug for Rgbe8Pixel
source§impl Default for Rgbe8Pixel
impl Default for Rgbe8Pixel
source§fn default() -> Rgbe8Pixel
fn default() -> Rgbe8Pixel
Returns the “default value” for a type. Read more