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