#[repr(C)]pub struct BNLowLevelILInstruction {
pub operation: BNLowLevelILOperation,
pub attributes: u32,
pub size: usize,
pub flags: u32,
pub sourceOperand: u32,
pub operands: [u64; 4],
pub address: u64,
}
Fields§
§operation: BNLowLevelILOperation
§attributes: u32
§size: usize
§flags: u32
§sourceOperand: u32
§operands: [u64; 4]
§address: u64
Trait Implementations§
source§impl Clone for BNLowLevelILInstruction
impl Clone for BNLowLevelILInstruction
source§fn clone(&self) -> BNLowLevelILInstruction
fn clone(&self) -> BNLowLevelILInstruction
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 BNLowLevelILInstruction
impl Debug for BNLowLevelILInstruction
source§impl Default for BNLowLevelILInstruction
impl Default for BNLowLevelILInstruction
impl Copy for BNLowLevelILInstruction
Auto Trait Implementations§
impl Freeze for BNLowLevelILInstruction
impl RefUnwindSafe for BNLowLevelILInstruction
impl Send for BNLowLevelILInstruction
impl Sync for BNLowLevelILInstruction
impl Unpin for BNLowLevelILInstruction
impl UnwindSafe for BNLowLevelILInstruction
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
)