pub struct WriteMemByAddr { /* private fields */ }Implementations§
Source§impl WriteMemByAddr
impl WriteMemByAddr
pub fn new( alfi: AddressAndLengthFormatIdentifier, mem_addr: u128, mem_size: u128, data: Vec<u8>, ) -> Result<Self, Error>
pub fn memory_location(&self) -> &MemoryLocation
pub fn data_record(&self) -> &Vec<u8> ⓘ
Trait Implementations§
Source§impl Clone for WriteMemByAddr
impl Clone for WriteMemByAddr
Source§fn clone(&self) -> WriteMemByAddr
fn clone(&self) -> WriteMemByAddr
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 WriteMemByAddr
impl Debug for WriteMemByAddr
Source§impl RequestData for WriteMemByAddr
impl RequestData for WriteMemByAddr
Auto Trait Implementations§
impl Freeze for WriteMemByAddr
impl RefUnwindSafe for WriteMemByAddr
impl Send for WriteMemByAddr
impl Sync for WriteMemByAddr
impl Unpin for WriteMemByAddr
impl UnwindSafe for WriteMemByAddr
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