Struct qapi_qga::GuestMemoryBlock [−][src]
pub struct GuestMemoryBlock { pub can_offline: Option<bool>, pub phys_index: u64, pub online: bool, }
Fields
can_offline: Option<bool>
phys_index: u64
online: bool
Trait Implementations
impl Debug for GuestMemoryBlock
[src]
impl Debug for GuestMemoryBlock
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 GuestMemoryBlock
[src]
impl Clone for GuestMemoryBlock
fn clone(&self) -> GuestMemoryBlock
[src]
fn clone(&self) -> GuestMemoryBlock
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 GuestMemoryBlock
impl Send for GuestMemoryBlock
impl Sync for GuestMemoryBlock
impl Sync for GuestMemoryBlock