Struct xed::DecodedInsn
source · pub struct DecodedInsn {
pub insn: Insn,
pub len: usize,
pub category: XedInsnCategory,
}Fields§
§insn: Insn§len: usize§category: XedInsnCategoryTrait Implementations§
source§impl Clone for DecodedInsn
impl Clone for DecodedInsn
source§fn clone(&self) -> DecodedInsn
fn clone(&self) -> DecodedInsn
Returns a copy 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 DecodedInsn
impl Debug for DecodedInsn
source§impl Hash for DecodedInsn
impl Hash for DecodedInsn
source§impl PartialEq for DecodedInsn
impl PartialEq for DecodedInsn
source§fn eq(&self, other: &DecodedInsn) -> bool
fn eq(&self, other: &DecodedInsn) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DecodedInsn
impl StructuralPartialEq for DecodedInsn
Auto Trait Implementations§
impl Freeze for DecodedInsn
impl RefUnwindSafe for DecodedInsn
impl Send for DecodedInsn
impl Sync for DecodedInsn
impl Unpin for DecodedInsn
impl UnwindSafe for DecodedInsn
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