pub enum Emip {
Emip0 = 0,
Emip1 = 1,
}Expand description
Enables/disables the position counter to be initialized by Index Event Edge Mark
Value on reset: 0
Variants§
Emip0 = 0
0: disables the position counter to be initialized by Index Event Edge Mark
Emip1 = 1
1: enables the position counter to be initialized by Index Event Edge Mark.
Trait Implementations§
impl Copy for Emip
impl Eq for Emip
impl StructuralPartialEq for Emip
Auto Trait Implementations§
impl Freeze for Emip
impl RefUnwindSafe for Emip
impl Send for Emip
impl Sync for Emip
impl Unpin for Emip
impl UnsafeUnpin for Emip
impl UnwindSafe for Emip
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