Struct plasma::PixelBufRGB16
source · pub struct PixelBufRGB16;
Available on non-crate feature
use-simd
only.Expand description
A PixelBuffer tool for a RGB16 buffer (5-6-5 bits per color channel: red, green, blue).
Trait Implementations§
source§impl PixelBuffer for PixelBufRGB16
impl PixelBuffer for PixelBufRGB16
Auto Trait Implementations§
impl Freeze for PixelBufRGB16
impl RefUnwindSafe for PixelBufRGB16
impl Send for PixelBufRGB16
impl Sync for PixelBufRGB16
impl Unpin for PixelBufRGB16
impl UnwindSafe for PixelBufRGB16
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