#[repr(u8)]pub enum Ctrl2ClrOddLinePattern {
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 Ctrl2ClrOddLinePattern
impl Clone for Ctrl2ClrOddLinePattern
Source§fn clone(&self) -> Ctrl2ClrOddLinePattern
fn clone(&self) -> Ctrl2ClrOddLinePattern
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 Ctrl2ClrOddLinePattern
impl Debug for Ctrl2ClrOddLinePattern
Source§impl From<Ctrl2ClrOddLinePattern> for u8
impl From<Ctrl2ClrOddLinePattern> for u8
Source§fn from(val: Ctrl2ClrOddLinePattern) -> u8
fn from(val: Ctrl2ClrOddLinePattern) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ctrl2ClrOddLinePattern
impl From<u8> for Ctrl2ClrOddLinePattern
Source§fn from(val: u8) -> Ctrl2ClrOddLinePattern
fn from(val: u8) -> Ctrl2ClrOddLinePattern
Converts to this type from the input type.
Source§impl Ord for Ctrl2ClrOddLinePattern
impl Ord for Ctrl2ClrOddLinePattern
Source§fn cmp(&self, other: &Ctrl2ClrOddLinePattern) -> Ordering
fn cmp(&self, other: &Ctrl2ClrOddLinePattern) -> 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 Ctrl2ClrOddLinePattern
impl PartialEq for Ctrl2ClrOddLinePattern
Source§impl PartialOrd for Ctrl2ClrOddLinePattern
impl PartialOrd for Ctrl2ClrOddLinePattern
impl Copy for Ctrl2ClrOddLinePattern
impl Eq for Ctrl2ClrOddLinePattern
impl StructuralPartialEq for Ctrl2ClrOddLinePattern
Auto Trait Implementations§
impl Freeze for Ctrl2ClrOddLinePattern
impl RefUnwindSafe for Ctrl2ClrOddLinePattern
impl Send for Ctrl2ClrOddLinePattern
impl Sync for Ctrl2ClrOddLinePattern
impl Unpin for Ctrl2ClrOddLinePattern
impl UnwindSafe for Ctrl2ClrOddLinePattern
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