Struct qapi_qga::GuestMemoryBlockResponse [−][src]
pub struct GuestMemoryBlockResponse { pub phys_index: u64, pub response: GuestMemoryBlockResponseType, pub error_code: Option<isize>, }
Fields
phys_index: u64
response: GuestMemoryBlockResponseType
error_code: Option<isize>
Trait Implementations
impl Debug for GuestMemoryBlockResponse
[src]
impl Debug for GuestMemoryBlockResponse
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GuestMemoryBlockResponse
[src]
impl Clone for GuestMemoryBlockResponse
fn clone(&self) -> GuestMemoryBlockResponse
[src]
fn clone(&self) -> GuestMemoryBlockResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for GuestMemoryBlockResponse
impl Send for GuestMemoryBlockResponse
impl Sync for GuestMemoryBlockResponse
impl Sync for GuestMemoryBlockResponse