#[repr(u8)]pub enum Ctrl2ClrEvenLinePattern {
RGB = 0,
RBG = 1,
GBR = 2,
GRB = 3,
BRG = 4,
BGR = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
RGB = 0
RGB
RBG = 1
RBG
GBR = 2
GBR
GRB = 3
GRB
BRG = 4
BRG
BGR = 5
BGR
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for Ctrl2ClrEvenLinePattern
impl Clone for Ctrl2ClrEvenLinePattern
Source§fn clone(&self) -> Ctrl2ClrEvenLinePattern
fn clone(&self) -> Ctrl2ClrEvenLinePattern
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ctrl2ClrEvenLinePattern
impl Debug for Ctrl2ClrEvenLinePattern
Source§impl From<Ctrl2ClrEvenLinePattern> for u8
impl From<Ctrl2ClrEvenLinePattern> for u8
Source§fn from(val: Ctrl2ClrEvenLinePattern) -> u8
fn from(val: Ctrl2ClrEvenLinePattern) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ctrl2ClrEvenLinePattern
impl From<u8> for Ctrl2ClrEvenLinePattern
Source§fn from(val: u8) -> Ctrl2ClrEvenLinePattern
fn from(val: u8) -> Ctrl2ClrEvenLinePattern
Converts to this type from the input type.
Source§impl Ord for Ctrl2ClrEvenLinePattern
impl Ord for Ctrl2ClrEvenLinePattern
Source§fn cmp(&self, other: &Ctrl2ClrEvenLinePattern) -> Ordering
fn cmp(&self, other: &Ctrl2ClrEvenLinePattern) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Ctrl2ClrEvenLinePattern
impl PartialEq for Ctrl2ClrEvenLinePattern
Source§impl PartialOrd for Ctrl2ClrEvenLinePattern
impl PartialOrd for Ctrl2ClrEvenLinePattern
impl Copy for Ctrl2ClrEvenLinePattern
impl Eq for Ctrl2ClrEvenLinePattern
impl StructuralPartialEq for Ctrl2ClrEvenLinePattern
Auto Trait Implementations§
impl Freeze for Ctrl2ClrEvenLinePattern
impl RefUnwindSafe for Ctrl2ClrEvenLinePattern
impl Send for Ctrl2ClrEvenLinePattern
impl Sync for Ctrl2ClrEvenLinePattern
impl Unpin for Ctrl2ClrEvenLinePattern
impl UnwindSafe for Ctrl2ClrEvenLinePattern
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