pub enum PCKPOL {
FallingEdge = 0,
RisingEdge = 1,
}
Expand description
Pixel clock polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PCKPOL
impl Eq for PCKPOL
impl StructuralPartialEq for PCKPOL
Auto Trait Implementations§
impl Freeze for PCKPOL
impl RefUnwindSafe for PCKPOL
impl Send for PCKPOL
impl Sync for PCKPOL
impl Unpin for PCKPOL
impl UnwindSafe for PCKPOL
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