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