Enum Lcchrs
#[repr(u8)]pub enum Lcchrs {
NoHardwareReload = 0,
FrameClockCounterUnderflow = 1,
HsyncRising = 2,
HsyncFalling = 3,
VsyncRising = 4,
VsyncFalling = 5,
TeRising = 6,
TeFalling = 7,
}Variants§
NoHardwareReload = 0
no hardware reload.
FrameClockCounterUnderflow = 1
frame 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 Lcchrs
impl Ord for Lcchrs
§impl PartialOrd for Lcchrs
impl PartialOrd for Lcchrs
impl Copy for Lcchrs
impl Eq for Lcchrs
impl StructuralPartialEq for Lcchrs
Auto Trait Implementations§
impl Freeze for Lcchrs
impl RefUnwindSafe for Lcchrs
impl Send for Lcchrs
impl Sync for Lcchrs
impl Unpin for Lcchrs
impl UnwindSafe for Lcchrs
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