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