Enum Fcchrs
#[repr(u8)]pub enum Fcchrs {
NoHardwareReload = 0,
LineClockCounterUnderflow = 1,
HsyncRising = 2,
HsyncFalling = 3,
VsyncRising = 4,
VsyncFalling = 5,
TeRising = 6,
TeFalling = 7,
}Variants§
NoHardwareReload = 0
no hardware reload.
LineClockCounterUnderflow = 1
line- -clock counter underflow.
HsyncRising = 2
HSYNC rising edge.
HsyncFalling = 3
HSYNC falling edge.
VsyncRising = 4
VSYNC rising edge.
VsyncFalling = 5
VSYNC falling edge.
TeRising = 6
TE rising edge.
TeFalling = 7
TE falling edge.
Implementations§
Trait Implementations§
§impl Ord for Fcchrs
impl Ord for Fcchrs
§impl PartialOrd for Fcchrs
impl PartialOrd for Fcchrs
impl Copy for Fcchrs
impl Eq for Fcchrs
impl StructuralPartialEq for Fcchrs
Auto Trait Implementations§
impl Freeze for Fcchrs
impl RefUnwindSafe for Fcchrs
impl Send for Fcchrs
impl Sync for Fcchrs
impl Unpin for Fcchrs
impl UnwindSafe for Fcchrs
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