#[repr(u8)]pub enum Icesel {
_RESERVED_0 = 0,
POS = 1,
NEG = 2,
BOTH = 3,
OPOS = 4,
EPOS = 5,
ONEG = 6,
ENEG = 7,
}Variants§
_RESERVED_0 = 0
POS = 1
Positive edge.
NEG = 2
Negative edge.
BOTH = 3
Both edges.
OPOS = 4
Every other odd positive edge.
EPOS = 5
Every other even positive edge.
ONEG = 6
Every other odd negative edge.
ENEG = 7
Every other even negative edge.
Implementations§
Trait Implementations§
Source§impl Ord for Icesel
impl Ord for Icesel
Source§impl PartialOrd for Icesel
impl PartialOrd for Icesel
impl Copy for Icesel
impl Eq for Icesel
impl StructuralPartialEq for Icesel
Auto Trait Implementations§
impl Freeze for Icesel
impl RefUnwindSafe for Icesel
impl Send for Icesel
impl Sync for Icesel
impl Unpin for Icesel
impl UnwindSafe for Icesel
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