Struct libvirt_rpc::request::DomainSetVcpusResponse [] [src]

pub struct DomainSetVcpusResponse(_);

Trait Implementations

impl Debug for DomainSetVcpusResponse
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

impl Into<()> for DomainSetVcpusResponse
[src]

[src]

Performs the conversion.

Auto Trait Implementations