#[repr(u8)]pub enum Redge {
REDGE_0 = 0,
REDGE_1 = 1,
}Variants§
REDGE_0 = 0
Pixel data is latched at the falling edge of CSI_PIXCLK
REDGE_1 = 1
Pixel data is latched at the rising edge of CSI_PIXCLK
Implementations§
Trait Implementations§
Source§impl Ord for Redge
impl Ord for Redge
Source§impl PartialOrd for Redge
impl PartialOrd for Redge
impl Copy for Redge
impl Eq for Redge
impl StructuralPartialEq for Redge
Auto Trait Implementations§
impl Freeze for Redge
impl RefUnwindSafe for Redge
impl Send for Redge
impl Sync for Redge
impl Unpin for Redge
impl UnwindSafe for Redge
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