pub struct Rgba16;Expand description
16-bit RGBA: four interleaved u16 samples per pixel (high-bit-depth).
Trait Implementations§
impl Copy for Rgba16
impl Eq for Rgba16
Source§impl Pixel for Rgba16
impl Pixel for Rgba16
Source§const MODEL: ColorModel = ColorModel::Rgba
const MODEL: ColorModel = ColorModel::Rgba
The colour interpretation of those samples.
Source§const BYTES_PER_PIXEL: usize = _
const BYTES_PER_PIXEL: usize = _
Bytes one pixel occupies in an interleaved buffer (
CHANNELS * size_of::<Sample>()).impl StructuralPartialEq for Rgba16
Auto Trait Implementations§
impl Freeze for Rgba16
impl RefUnwindSafe for Rgba16
impl Send for Rgba16
impl Sync for Rgba16
impl Unpin for Rgba16
impl UnsafeUnpin for Rgba16
impl UnwindSafe for Rgba16
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