#[repr(u8)]pub enum Pigeon20MaskCntSel {
Show 16 variants
HSTATE_CNT = 0,
HSTATE_CYCLE = 1,
VSTATE_CNT = 2,
VSTATE_CYCLE = 3,
FRAME_CNT = 4,
FRAME_CYCLE = 5,
HCNT = 6,
VCNT = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
HSTATE_CNT = 0
pclk counter within one hscan state.
HSTATE_CYCLE = 1
pclk cycle within one hscan state.
VSTATE_CNT = 2
line counter within one vscan state.
VSTATE_CYCLE = 3
line cycle within one vscan state.
FRAME_CNT = 4
frame counter.
FRAME_CYCLE = 5
frame cycle.
HCNT = 6
horizontal counter (pclk counter within one line ).
VCNT = 7
vertical counter (line counter within one frame).
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Clone for Pigeon20MaskCntSel
impl Clone for Pigeon20MaskCntSel
Source§fn clone(&self) -> Pigeon20MaskCntSel
fn clone(&self) -> Pigeon20MaskCntSel
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 Pigeon20MaskCntSel
impl Debug for Pigeon20MaskCntSel
Source§impl From<Pigeon20MaskCntSel> for u8
impl From<Pigeon20MaskCntSel> for u8
Source§fn from(val: Pigeon20MaskCntSel) -> u8
fn from(val: Pigeon20MaskCntSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pigeon20MaskCntSel
impl From<u8> for Pigeon20MaskCntSel
Source§fn from(val: u8) -> Pigeon20MaskCntSel
fn from(val: u8) -> Pigeon20MaskCntSel
Converts to this type from the input type.
Source§impl Ord for Pigeon20MaskCntSel
impl Ord for Pigeon20MaskCntSel
Source§fn cmp(&self, other: &Pigeon20MaskCntSel) -> Ordering
fn cmp(&self, other: &Pigeon20MaskCntSel) -> 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 Pigeon20MaskCntSel
impl PartialEq for Pigeon20MaskCntSel
Source§impl PartialOrd for Pigeon20MaskCntSel
impl PartialOrd for Pigeon20MaskCntSel
impl Copy for Pigeon20MaskCntSel
impl Eq for Pigeon20MaskCntSel
impl StructuralPartialEq for Pigeon20MaskCntSel
Auto Trait Implementations§
impl Freeze for Pigeon20MaskCntSel
impl RefUnwindSafe for Pigeon20MaskCntSel
impl Send for Pigeon20MaskCntSel
impl Sync for Pigeon20MaskCntSel
impl Unpin for Pigeon20MaskCntSel
impl UnwindSafe for Pigeon20MaskCntSel
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