#[repr(C)]pub struct AllocateMemoryResponse {
pub allocated_address: u64,
pub actual_size: u64,
}Expand description
allocate memory response
Fields§
§allocated_address: u64§actual_size: u64Trait Implementations§
Source§impl Clone for AllocateMemoryResponse
impl Clone for AllocateMemoryResponse
Source§fn clone(&self) -> AllocateMemoryResponse
fn clone(&self) -> AllocateMemoryResponse
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 AllocateMemoryResponse
impl Debug for AllocateMemoryResponse
impl Copy for AllocateMemoryResponse
Auto Trait Implementations§
impl Freeze for AllocateMemoryResponse
impl RefUnwindSafe for AllocateMemoryResponse
impl Send for AllocateMemoryResponse
impl Sync for AllocateMemoryResponse
impl Unpin for AllocateMemoryResponse
impl UnwindSafe for AllocateMemoryResponse
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