Struct qapi_qga::GuestAgentCommandInfo[][src]

pub struct GuestAgentCommandInfo {
    pub enabled: bool,
    pub name: String,
    pub success_response: bool,
}

Fields

Trait Implementations

impl Debug for GuestAgentCommandInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestAgentCommandInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestAgentCommandInfo

impl Sync for GuestAgentCommandInfo