pub struct OrderBgra;Expand description
BGRA component order: B=0, G=1, R=2, A=3
Implementations§
Auto Trait Implementations§
impl Freeze for OrderBgra
impl RefUnwindSafe for OrderBgra
impl Send for OrderBgra
impl Sync for OrderBgra
impl Unpin for OrderBgra
impl UnwindSafe for OrderBgra
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