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_vcpusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for guest_get_vcpus[src]
impl Clone for guest_get_vcpusfn clone(&self) -> guest_get_vcpus[src]
fn clone(&self) -> guest_get_vcpusReturns 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_vcpusconst 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_vcpusimpl Sync for guest_get_vcpus
impl Sync for guest_get_vcpus