#[repr(u8)]pub enum CsiVsyncSelectInputDaisy {
GPIO_AD_B0_14_ALT4 = 0,
GPIO_AD_B1_06_ALT4 = 1,
GPIO_B1_13_ALT2 = 2,
_RESERVED_3 = 3,
}Variants§
GPIO_AD_B0_14_ALT4 = 0
Selecting Pad: GPIO_AD_B0_14 for Mode: ALT4
GPIO_AD_B1_06_ALT4 = 1
Selecting Pad: GPIO_AD_B1_06 for Mode: ALT4
GPIO_B1_13_ALT2 = 2
Selecting Pad: GPIO_B1_13 for Mode: ALT2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for CsiVsyncSelectInputDaisy
impl Clone for CsiVsyncSelectInputDaisy
Source§fn clone(&self) -> CsiVsyncSelectInputDaisy
fn clone(&self) -> CsiVsyncSelectInputDaisy
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 CsiVsyncSelectInputDaisy
impl Debug for CsiVsyncSelectInputDaisy
Source§impl From<CsiVsyncSelectInputDaisy> for u8
impl From<CsiVsyncSelectInputDaisy> for u8
Source§fn from(val: CsiVsyncSelectInputDaisy) -> u8
fn from(val: CsiVsyncSelectInputDaisy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CsiVsyncSelectInputDaisy
impl From<u8> for CsiVsyncSelectInputDaisy
Source§fn from(val: u8) -> CsiVsyncSelectInputDaisy
fn from(val: u8) -> CsiVsyncSelectInputDaisy
Converts to this type from the input type.
Source§impl Ord for CsiVsyncSelectInputDaisy
impl Ord for CsiVsyncSelectInputDaisy
Source§fn cmp(&self, other: &CsiVsyncSelectInputDaisy) -> Ordering
fn cmp(&self, other: &CsiVsyncSelectInputDaisy) -> 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 CsiVsyncSelectInputDaisy
impl PartialEq for CsiVsyncSelectInputDaisy
Source§impl PartialOrd for CsiVsyncSelectInputDaisy
impl PartialOrd for CsiVsyncSelectInputDaisy
impl Copy for CsiVsyncSelectInputDaisy
impl Eq for CsiVsyncSelectInputDaisy
impl StructuralPartialEq for CsiVsyncSelectInputDaisy
Auto Trait Implementations§
impl Freeze for CsiVsyncSelectInputDaisy
impl RefUnwindSafe for CsiVsyncSelectInputDaisy
impl Send for CsiVsyncSelectInputDaisy
impl Sync for CsiVsyncSelectInputDaisy
impl Unpin for CsiVsyncSelectInputDaisy
impl UnwindSafe for CsiVsyncSelectInputDaisy
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