#[repr(u8)]pub enum Hevent {
L_COUNTER = 0,
H_COUNTER = 1,
}Variants§
L_COUNTER = 0
Selects the L state and the L match register selected by MATCHSEL.
H_COUNTER = 1
Selects the H state and the H match register selected by MATCHSEL.
Implementations§
Trait Implementations§
Source§impl Ord for Hevent
impl Ord for Hevent
Source§impl PartialOrd for Hevent
impl PartialOrd for Hevent
impl Copy for Hevent
impl Eq for Hevent
impl StructuralPartialEq for Hevent
Auto Trait Implementations§
impl Freeze for Hevent
impl RefUnwindSafe for Hevent
impl Send for Hevent
impl Sync for Hevent
impl Unpin for Hevent
impl UnwindSafe for Hevent
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