#[repr(u8)]pub enum Pigeon60IncSel {
PCLK = 0,
LINE = 1,
FRAME = 2,
SIG_ANOTHER = 3,
}Variants§
PCLK = 0
pclk
LINE = 1
Line start pulse
FRAME = 2
Frame start pulse
SIG_ANOTHER = 3
Use another signal as tick event
Implementations§
Trait Implementations§
Source§impl Clone for Pigeon60IncSel
impl Clone for Pigeon60IncSel
Source§fn clone(&self) -> Pigeon60IncSel
fn clone(&self) -> Pigeon60IncSel
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 Pigeon60IncSel
impl Debug for Pigeon60IncSel
Source§impl From<Pigeon60IncSel> for u8
impl From<Pigeon60IncSel> for u8
Source§fn from(val: Pigeon60IncSel) -> u8
fn from(val: Pigeon60IncSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pigeon60IncSel
impl From<u8> for Pigeon60IncSel
Source§fn from(val: u8) -> Pigeon60IncSel
fn from(val: u8) -> Pigeon60IncSel
Converts to this type from the input type.
Source§impl Ord for Pigeon60IncSel
impl Ord for Pigeon60IncSel
Source§fn cmp(&self, other: &Pigeon60IncSel) -> Ordering
fn cmp(&self, other: &Pigeon60IncSel) -> 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 Pigeon60IncSel
impl PartialEq for Pigeon60IncSel
Source§impl PartialOrd for Pigeon60IncSel
impl PartialOrd for Pigeon60IncSel
impl Copy for Pigeon60IncSel
impl Eq for Pigeon60IncSel
impl StructuralPartialEq for Pigeon60IncSel
Auto Trait Implementations§
impl Freeze for Pigeon60IncSel
impl RefUnwindSafe for Pigeon60IncSel
impl Send for Pigeon60IncSel
impl Sync for Pigeon60IncSel
impl Unpin for Pigeon60IncSel
impl UnwindSafe for Pigeon60IncSel
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