Struct binaryninja::hlil::operation::DerefFieldSsa
source · pub struct DerefFieldSsa {
pub src: usize,
pub src_memory: u64,
pub offset: u64,
pub member_index: Option<usize>,
}
Fields§
§src: usize
§src_memory: u64
§offset: u64
§member_index: Option<usize>
Trait Implementations§
source§impl Clone for DerefFieldSsa
impl Clone for DerefFieldSsa
source§fn clone(&self) -> DerefFieldSsa
fn clone(&self) -> DerefFieldSsa
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 moreimpl Copy for DerefFieldSsa
Auto Trait Implementations§
impl RefUnwindSafe for DerefFieldSsa
impl Send for DerefFieldSsa
impl Sync for DerefFieldSsa
impl Unpin for DerefFieldSsa
impl UnwindSafe for DerefFieldSsa
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