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