pub struct SparseInst {
pub o_pos_start: u64,
pub inst: DInst,
}Expand description
Extracted Instruction with a starting position.
Fields§
§o_pos_start: u64§inst: DInstTrait Implementations§
Source§impl Clone for SparseInst
impl Clone for SparseInst
Source§fn clone(&self) -> SparseInst
fn clone(&self) -> SparseInst
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SparseInst
impl Debug for SparseInst
Source§impl Instruction for SparseInst
impl Instruction for SparseInst
Source§impl MergeInst for SparseInst
impl MergeInst for SparseInst
Source§impl PartialEq for SparseInst
impl PartialEq for SparseInst
impl Eq for SparseInst
impl StructuralPartialEq for SparseInst
Auto Trait Implementations§
impl Freeze for SparseInst
impl RefUnwindSafe for SparseInst
impl Send for SparseInst
impl Sync for SparseInst
impl Unpin for SparseInst
impl UnwindSafe for SparseInst
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