#[repr(u8)]pub enum Initpos {
INITPOS0 = 0,
INITPOS1 = 1,
}Variants§
INITPOS0 = 0
Don’t initialize position counter on rising edge of TRIGGER
INITPOS1 = 1
Initialize position counter on rising edge of TRIGGER
Implementations§
Trait Implementations§
Source§impl Ord for Initpos
impl Ord for Initpos
Source§impl PartialOrd for Initpos
impl PartialOrd for Initpos
impl Copy for Initpos
impl Eq for Initpos
impl StructuralPartialEq for Initpos
Auto Trait Implementations§
impl Freeze for Initpos
impl RefUnwindSafe for Initpos
impl Send for Initpos
impl Sync for Initpos
impl Unpin for Initpos
impl UnwindSafe for Initpos
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