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