Enum Les2
#[repr(u8)]pub enum Les2 {
NoLineEvent = 0,
AbsoluteLineCounterOverflow = 1,
TearingEffect = 2,
_RESERVED_3 = 3,
AbsoluteLineCounter1compare = 4,
AbsoluteLineCounter2compare = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
NoLineEvent = 0
no line event.
AbsoluteLineCounterOverflow = 1
absolute line counter overflow.
TearingEffect = 2
tearing effect.
_RESERVED_3 = 3
AbsoluteLineCounter1compare = 4
absolute line counter 1 compare.
AbsoluteLineCounter2compare = 5
absolute line counter 2 compare.
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
impl Copy for Les2
impl Eq for Les2
§impl Ord for Les2
impl Ord for Les2
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 Les2
impl PartialOrd for Les2
impl StructuralPartialEq for Les2
Auto Trait Implementations§
impl Freeze for Les2
impl RefUnwindSafe for Les2
impl Send for Les2
impl Sync for Les2
impl Unpin for Les2
impl UnsafeUnpin for Les2
impl UnwindSafe for Les2
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