pub struct DecodedIndex {
pub index_on: On,
pub destination: WildDestination<RawRegister>,
pub source: WildSource<RawRegister>,
pub index: WildSource<RawRegister>,
}
Fields
index_on: On
destination: WildDestination<RawRegister>
source: WildSource<RawRegister>
index: WildSource<RawRegister>
Auto Trait Implementations
impl RefUnwindSafe for DecodedIndex
impl Send for DecodedIndex
impl Sync for DecodedIndex
impl Unpin for DecodedIndex
impl UnwindSafe for DecodedIndex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more