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