#[repr(C)]pub struct BNHighLevelILInstruction {
pub operation: BNHighLevelILOperation,
pub attributes: u32,
pub sourceOperand: u32,
pub size: usize,
pub operands: [u64; 5],
pub address: u64,
pub parent: usize,
}
Fields§
§operation: BNHighLevelILOperation
§attributes: u32
§sourceOperand: u32
§size: usize
§operands: [u64; 5]
§address: u64
§parent: usize
Trait Implementations§
source§impl Clone for BNHighLevelILInstruction
impl Clone for BNHighLevelILInstruction
source§fn clone(&self) -> BNHighLevelILInstruction
fn clone(&self) -> BNHighLevelILInstruction
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 BNHighLevelILInstruction
impl Debug for BNHighLevelILInstruction
source§impl Default for BNHighLevelILInstruction
impl Default for BNHighLevelILInstruction
impl Copy for BNHighLevelILInstruction
Auto Trait Implementations§
impl Freeze for BNHighLevelILInstruction
impl RefUnwindSafe for BNHighLevelILInstruction
impl Send for BNHighLevelILInstruction
impl Sync for BNHighLevelILInstruction
impl Unpin for BNHighLevelILInstruction
impl UnwindSafe for BNHighLevelILInstruction
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)