Struct binaryninja::hlil::operation::LiftedStructField
source · pub struct LiftedStructField {
pub src: Box<HighLevelILLiftedInstruction>,
pub offset: u64,
pub member_index: Option<usize>,
}
Fields§
§src: Box<HighLevelILLiftedInstruction>
§offset: u64
§member_index: Option<usize>
Trait Implementations§
source§impl Clone for LiftedStructField
impl Clone for LiftedStructField
source§fn clone(&self) -> LiftedStructField
fn clone(&self) -> LiftedStructField
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 LiftedStructField
impl Debug for LiftedStructField
source§impl PartialEq for LiftedStructField
impl PartialEq for LiftedStructField
source§fn eq(&self, other: &LiftedStructField) -> bool
fn eq(&self, other: &LiftedStructField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiftedStructField
Auto Trait Implementations§
impl RefUnwindSafe for LiftedStructField
impl !Send for LiftedStructField
impl !Sync for LiftedStructField
impl Unpin for LiftedStructField
impl UnwindSafe for LiftedStructField
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