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