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