Struct qapi_qga::GuestOSInfo[][src]

pub struct GuestOSInfo {
    pub version: Option<String>,
    pub version_id: Option<String>,
    pub machine: Option<String>,
    pub id: Option<String>,
    pub kernel_release: Option<String>,
    pub name: Option<String>,
    pub variant_id: Option<String>,
    pub pretty_name: Option<String>,
    pub kernel_version: Option<String>,
    pub variant: Option<String>,
}

Fields

Trait Implementations

impl Debug for GuestOSInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestOSInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestOSInfo

impl Sync for GuestOSInfo