#[repr(u8)]pub enum Hne {
POS = 0,
NEG = 1,
}Variants§
POS = 0
Use positive-going edge-to-trigger initialization of position counters UPOS and LPOS
NEG = 1
Use negative-going edge-to-trigger initialization of position counters UPOS and LPOS
Implementations§
Trait Implementations§
Source§impl Ord for Hne
impl Ord for Hne
Source§impl PartialOrd for Hne
impl PartialOrd for Hne
impl Copy for Hne
impl Eq for Hne
impl StructuralPartialEq for Hne
Auto Trait Implementations§
impl Freeze for Hne
impl RefUnwindSafe for Hne
impl Send for Hne
impl Sync for Hne
impl Unpin for Hne
impl UnwindSafe for Hne
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