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