Struct plasma::PixelBufRGB24
source · pub struct PixelBufRGB24;
Expand description
A PixelBuffer tool for a RGB24 buffer (3 bytes/pixel: red, green, blue).
Trait Implementations§
source§impl PixelBuffer for PixelBufRGB24
impl PixelBuffer for PixelBufRGB24
Auto Trait Implementations§
impl Freeze for PixelBufRGB24
impl RefUnwindSafe for PixelBufRGB24
impl Send for PixelBufRGB24
impl Sync for PixelBufRGB24
impl Unpin for PixelBufRGB24
impl UnwindSafe for PixelBufRGB24
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