Enum Wdgcs
#[repr(u8)]pub enum Wdgcs {
Show 16 variants
LineClock = 0,
FrameClock = 1,
HsyncRising = 2,
HsyncFalling = 3,
VsyncRising = 4,
VsyncFalling = 5,
TeRising = 6,
TeFalling = 7,
Event1 = 8,
Event2 = 9,
Event3 = 10,
Event4 = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
LineClock = 0
line clock.
FrameClock = 1
frame clock.
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.
Event1 = 8
event 1.
Event2 = 9
event 2.
Event3 = 10
event 3.
Event4 = 11
event 4.
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
§impl Ord for Wdgcs
impl Ord for Wdgcs
§impl PartialOrd for Wdgcs
impl PartialOrd for Wdgcs
impl Copy for Wdgcs
impl Eq for Wdgcs
impl StructuralPartialEq for Wdgcs
Auto Trait Implementations§
impl Freeze for Wdgcs
impl RefUnwindSafe for Wdgcs
impl Send for Wdgcs
impl Sync for Wdgcs
impl Unpin for Wdgcs
impl UnwindSafe for Wdgcs
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