pub struct RGBA8 {}
Expand description
Red, Green, Blue, Alpha, 1 byte each, total 4 bytes per pixel.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RGBA8
impl RefUnwindSafe for RGBA8
impl Send for RGBA8
impl Sync for RGBA8
impl Unpin for RGBA8
impl UnwindSafe for RGBA8
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