pub struct StructAccess {
pub pc: usize,
pub memory_id: MemoryId,
pub field_offset: usize,
pub is_32_bit_ptr_load: bool,
}Fields§
§pc: usize§memory_id: MemoryId§field_offset: usize§is_32_bit_ptr_load: boolTrait Implementations§
Source§impl Clone for StructAccess
impl Clone for StructAccess
Source§fn clone(&self) -> StructAccess
fn clone(&self) -> StructAccess
Returns a duplicate 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 StructAccess
impl Debug for StructAccess
Source§impl PartialEq for StructAccess
impl PartialEq for StructAccess
impl StructuralPartialEq for StructAccess
Auto Trait Implementations§
impl Freeze for StructAccess
impl RefUnwindSafe for StructAccess
impl Send for StructAccess
impl Sync for StructAccess
impl Unpin for StructAccess
impl UnwindSafe for StructAccess
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