pub enum Hip {
Hip0 = 0,
Hip1 = 1,
}Expand description
Enable HOME to Initialize Position Counter UPOS/LPOS
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Hip
impl Eq for Hip
impl StructuralPartialEq for Hip
Auto Trait Implementations§
impl Freeze for Hip
impl RefUnwindSafe for Hip
impl Send for Hip
impl Sync for Hip
impl Unpin for Hip
impl UnsafeUnpin for Hip
impl UnwindSafe for Hip
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