Struct qapi_qga::guest_get_vcpus [−][src]
pub struct guest_get_vcpus {}
Trait Implementations
impl Debug for guest_get_vcpus
[src]
impl Debug for guest_get_vcpus
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 guest_get_vcpus
[src]
impl Clone for guest_get_vcpus
fn clone(&self) -> guest_get_vcpus
[src]
fn clone(&self) -> guest_get_vcpus
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
impl Command for guest_get_vcpus
[src]
impl Command for guest_get_vcpus
const NAME: &'static str
NAME: &'static str = "guest-get-vcpus"
type Ok = Vec<GuestLogicalProcessor>
Auto Trait Implementations
impl Send for guest_get_vcpus
impl Send for guest_get_vcpus
impl Sync for guest_get_vcpus
impl Sync for guest_get_vcpus