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