pub struct Bgr;Expand description
BGR layout. B=0 G=1 R=2.
Trait Implementations§
Source§impl ChannelMap<3> for Bgr
impl ChannelMap<3> for Bgr
impl BackingStore<[f32; 3]> for Bgr
impl BackingStore<[u8; 3]> for Bgr
impl Copy for Bgr
impl Eq for Bgr
impl StructuralPartialEq for Bgr
Auto Trait Implementations§
impl Freeze for Bgr
impl RefUnwindSafe for Bgr
impl Send for Bgr
impl Sync for Bgr
impl Unpin for Bgr
impl UnsafeUnpin for Bgr
impl UnwindSafe for Bgr
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