Struct bddisasm_sys::_ND_OPERAND_RLUT
source · #[repr(C)]pub struct _ND_OPERAND_RLUT {Show 21 fields
pub Dst1: PND_OPERAND,
pub Dst2: PND_OPERAND,
pub Src1: PND_OPERAND,
pub Src2: PND_OPERAND,
pub Src3: PND_OPERAND,
pub Src4: PND_OPERAND,
pub Mem1: PND_OPERAND,
pub Mem2: PND_OPERAND,
pub Stack: PND_OPERAND,
pub Flags: PND_OPERAND,
pub Rip: PND_OPERAND,
pub Cs: PND_OPERAND,
pub Ss: PND_OPERAND,
pub Rax: PND_OPERAND,
pub Rcx: PND_OPERAND,
pub Rdx: PND_OPERAND,
pub Rbx: PND_OPERAND,
pub Rsp: PND_OPERAND,
pub Rbp: PND_OPERAND,
pub Rsi: PND_OPERAND,
pub Rdi: PND_OPERAND,
}Fields§
§Dst1: PND_OPERAND§Dst2: PND_OPERAND§Src1: PND_OPERAND§Src2: PND_OPERAND§Src3: PND_OPERAND§Src4: PND_OPERAND§Mem1: PND_OPERAND§Mem2: PND_OPERAND§Stack: PND_OPERAND§Flags: PND_OPERAND§Rip: PND_OPERAND§Cs: PND_OPERAND§Ss: PND_OPERAND§Rax: PND_OPERAND§Rcx: PND_OPERAND§Rdx: PND_OPERAND§Rbx: PND_OPERAND§Rsp: PND_OPERAND§Rbp: PND_OPERAND§Rsi: PND_OPERAND§Rdi: PND_OPERANDTrait Implementations§
source§impl Clone for _ND_OPERAND_RLUT
impl Clone for _ND_OPERAND_RLUT
source§fn clone(&self) -> _ND_OPERAND_RLUT
fn clone(&self) -> _ND_OPERAND_RLUT
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 _ND_OPERAND_RLUT
impl Debug for _ND_OPERAND_RLUT
impl Copy for _ND_OPERAND_RLUT
Auto Trait Implementations§
impl RefUnwindSafe for _ND_OPERAND_RLUT
impl !Send for _ND_OPERAND_RLUT
impl !Sync for _ND_OPERAND_RLUT
impl Unpin for _ND_OPERAND_RLUT
impl UnwindSafe for _ND_OPERAND_RLUT
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