Struct qapi_qga::GuestMemoryBlock[][src]

pub struct GuestMemoryBlock {
    pub can_offline: Option<bool>,
    pub phys_index: u64,
    pub online: bool,
}

Fields

Trait Implementations

impl Debug for GuestMemoryBlock
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestMemoryBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestMemoryBlock

impl Sync for GuestMemoryBlock