Enum Les1
#[repr(u8)]pub enum Les1 {
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 Les1
impl Eq for Les1
§impl Ord for Les1
impl Ord for Les1
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 Les1
impl PartialOrd for Les1
impl StructuralPartialEq for Les1
Auto Trait Implementations§
impl Freeze for Les1
impl RefUnwindSafe for Les1
impl Send for Les1
impl Sync for Les1
impl Unpin for Les1
impl UnsafeUnpin for Les1
impl UnwindSafe for Les1
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