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