#[repr(u8)]pub enum Xip {
XIP0 = 0,
XIP1 = 1,
}Variants§
XIP0 = 0
INDEX pulse does not initialize the position counter
XIP1 = 1
INDEX pulse initializes the position counter
Implementations§
Trait Implementations§
Source§impl Ord for Xip
impl Ord for Xip
Source§impl PartialOrd for Xip
impl PartialOrd for Xip
impl Copy for Xip
impl Eq for Xip
impl StructuralPartialEq for Xip
Auto Trait Implementations§
impl Freeze for Xip
impl RefUnwindSafe for Xip
impl Send for Xip
impl Sync for Xip
impl Unpin for Xip
impl UnwindSafe for Xip
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