#[repr(u8)]pub enum InvPclk {
INV_PCLK_0 = 0,
INV_PCLK_1 = 1,
}Variants§
INV_PCLK_0 = 0
CSI_PIXCLK is directly applied to internal circuitry
INV_PCLK_1 = 1
CSI_PIXCLK is inverted before applied to internal circuitry
Implementations§
Trait Implementations§
Source§impl Ord for InvPclk
impl Ord for InvPclk
Source§impl PartialOrd for InvPclk
impl PartialOrd for InvPclk
impl Copy for InvPclk
impl Eq for InvPclk
impl StructuralPartialEq for InvPclk
Auto Trait Implementations§
impl Freeze for InvPclk
impl RefUnwindSafe for InvPclk
impl Send for InvPclk
impl Sync for InvPclk
impl Unpin for InvPclk
impl UnwindSafe for InvPclk
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