#[repr(u8)]pub enum Emip {
EMIP0 = 0,
EMIP1 = 1,
}Variants§
EMIP0 = 0
disables the position counter to be initialized by Index Event Edge Mark
EMIP1 = 1
enables the position counter to be initialized by Index Event Edge Mark.
Implementations§
Trait Implementations§
Source§impl Ord for Emip
impl Ord for Emip
Source§impl PartialOrd for Emip
impl PartialOrd for Emip
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 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