Struct qapi_qmp::VersionTriple [−][src]
Fields
micro: isize
major: isize
minor: isize
Trait Implementations
impl Debug for VersionTriple[src]
impl Debug for VersionTriplefn 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 VersionTriple[src]
impl Clone for VersionTriplefn clone(&self) -> VersionTriple[src]
fn clone(&self) -> VersionTripleReturns 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 VersionTriple
impl Send for VersionTripleimpl Sync for VersionTriple
impl Sync for VersionTriple