Struct Pcpol
#[repr(transparent)]pub struct Pcpol(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pcpol
impl Pcpol
pub const RISINGEDGE: Self
pub const RISINGEDGE: Self
Pixel clock on rising edge
pub const FALLINGEDGE: Self
pub const FALLINGEDGE: Self
Pixel clock on falling edge
Trait Implementations§
§impl Ord for Pcpol
impl Ord for Pcpol
§impl PartialOrd for Pcpol
impl PartialOrd for Pcpol
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