Struct librashader_runtime::image::RGBA8
source · pub struct RGBA8;Expand description
R8G8B8A8 pixel format.
Every RGB with alpha pixel is represented with 32 bits.
Trait Implementations§
impl PixelFormat for RGBA8
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