Struct libvirt_rpc::request::DomainGetVcpusResponse [] [src]

pub struct DomainGetVcpusResponse(_);

Trait Implementations

impl Debug for DomainGetVcpusResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl<In: Read> Unpack<In> for DomainGetVcpusResponse
[src]

[src]

impl Into<u32> for DomainGetVcpusResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations