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