Struct librashader_runtime::image::BGRA8
source · pub struct BGRA8;Expand description
B8G8R8A8 pixel format.
Every BGR with alpha pixel is represented with 32 bits.
Trait Implementations§
impl PixelFormat for BGRA8
Auto Trait Implementations§
impl RefUnwindSafe for BGRA8
impl Send for BGRA8
impl Sync for BGRA8
impl Unpin for BGRA8
impl UnwindSafe for BGRA8
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