Enum Tes
#[repr(u8)]pub enum Tes {
TeInputPad = 0,
InternalTe = 1,
HsyncFromSyncs = 2,
VsyncFromSyncs = 3,
}Variants§
TeInputPad = 0
TE input pad selected.
InternalTe = 1
gfxtim_ite selected.
HsyncFromSyncs = 2
HSYNC input selected by SYNCS[1:0].
VsyncFromSyncs = 3
VSYNC input selected by SYNCS[1:0].
Implementations§
Trait Implementations§
impl Copy for Tes
impl Eq for Tes
§impl Ord for Tes
impl Ord for Tes
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Tes
impl PartialOrd for Tes
impl StructuralPartialEq for Tes
Auto Trait Implementations§
impl Freeze for Tes
impl RefUnwindSafe for Tes
impl Send for Tes
impl Sync for Tes
impl Unpin for Tes
impl UnsafeUnpin for Tes
impl UnwindSafe for Tes
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