Enum Syncs
#[repr(u8)]pub enum Syncs {
Hsync0vsync0 = 0,
Hsync1vsync1 = 1,
Hsync2vsync2 = 2,
Hsync3vsync3 = 3,
}Variants§
Hsync0vsync0 = 0
gfxtim_hsync[0] and gfxtim_vsync[0] selected.
Hsync1vsync1 = 1
gfxtim_hsync[1] and gfxtim_vsync[1] selected.
Hsync2vsync2 = 2
gfxtim_hsync[2] and gfxtim_vsync[2] selected.
Hsync3vsync3 = 3
gfxtim_hsync[3] and gfxtim_vsync[3] selected.
Implementations§
Trait Implementations§
impl Copy for Syncs
impl Eq for Syncs
§impl Ord for Syncs
impl Ord for Syncs
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 Syncs
impl PartialOrd for Syncs
impl StructuralPartialEq for Syncs
Auto Trait Implementations§
impl Freeze for Syncs
impl RefUnwindSafe for Syncs
impl Send for Syncs
impl Sync for Syncs
impl Unpin for Syncs
impl UnsafeUnpin for Syncs
impl UnwindSafe for Syncs
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