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 GuestMemoryBlockResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for GuestMemoryBlockResponse[src]
impl Clone for GuestMemoryBlockResponsefn clone(&self) -> GuestMemoryBlockResponse[src]
fn clone(&self) -> GuestMemoryBlockResponseReturns 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 GuestMemoryBlockResponseimpl Sync for GuestMemoryBlockResponse
impl Sync for GuestMemoryBlockResponse