Struct qapi_qga::guest_get_osinfo [−][src]
pub struct guest_get_osinfo {}Trait Implementations
impl Debug for guest_get_osinfo[src]
impl Debug for guest_get_osinfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for guest_get_osinfo[src]
impl Clone for guest_get_osinfofn clone(&self) -> guest_get_osinfo[src]
fn clone(&self) -> guest_get_osinfoReturns 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
impl Command for guest_get_osinfo[src]
impl Command for guest_get_osinfoAuto Trait Implementations
impl Send for guest_get_osinfo
impl Send for guest_get_osinfoimpl Sync for guest_get_osinfo
impl Sync for guest_get_osinfo