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