pub enum RgbBgrOrder {
Rgb,
Bgr,
}Expand description
TS 'rgb' | 'bgr' (data/table order).
Variants§
Trait Implementations§
Source§impl Clone for RgbBgrOrder
impl Clone for RgbBgrOrder
Source§fn clone(&self) -> RgbBgrOrder
fn clone(&self) -> RgbBgrOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RgbBgrOrder
Source§impl Debug for RgbBgrOrder
impl Debug for RgbBgrOrder
impl Eq for RgbBgrOrder
Source§impl PartialEq for RgbBgrOrder
impl PartialEq for RgbBgrOrder
Source§fn eq(&self, other: &RgbBgrOrder) -> bool
fn eq(&self, other: &RgbBgrOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RgbBgrOrder
Auto Trait Implementations§
impl Freeze for RgbBgrOrder
impl RefUnwindSafe for RgbBgrOrder
impl Send for RgbBgrOrder
impl Sync for RgbBgrOrder
impl Unpin for RgbBgrOrder
impl UnsafeUnpin for RgbBgrOrder
impl UnwindSafe for RgbBgrOrder
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