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