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
version: Option<String>
version_id: Option<String>
machine: Option<String>
id: Option<String>
kernel_release: Option<String>
name: Option<String>
variant_id: Option<String>
pretty_name: Option<String>
kernel_version: Option<String>
variant: Option<String>
Trait Implementations
impl Debug for GuestOSInfo
[src]
impl Debug for GuestOSInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GuestOSInfo
[src]
impl Clone for GuestOSInfo
fn clone(&self) -> GuestOSInfo
[src]
fn clone(&self) -> GuestOSInfo
Returns 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
Auto Trait Implementations
impl Send for GuestOSInfo
impl Send for GuestOSInfo
impl Sync for GuestOSInfo
impl Sync for GuestOSInfo