Struct qapi_qga::GuestMemoryBlockResponse[][src]

pub struct GuestMemoryBlockResponse {
    pub phys_index: u64,
    pub response: GuestMemoryBlockResponseType,
    pub error_code: Option<isize>,
}

Fields

Trait Implementations

impl Debug for GuestMemoryBlockResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestMemoryBlockResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestMemoryBlockResponse

impl Sync for GuestMemoryBlockResponse