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