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