Struct qapi_qmp::IOThreadInfo [−][src]
pub struct IOThreadInfo {
pub id: String,
pub thread_id: isize,
pub poll_max_ns: isize,
pub poll_grow: isize,
pub poll_shrink: isize,
}Fields
id: String
thread_id: isize
poll_max_ns: isize
poll_grow: isize
poll_shrink: isize
Trait Implementations
impl Debug for IOThreadInfo[src]
impl Debug for IOThreadInfofn 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 IOThreadInfo[src]
impl Clone for IOThreadInfofn clone(&self) -> IOThreadInfo[src]
fn clone(&self) -> IOThreadInfoReturns 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 IOThreadInfo
impl Send for IOThreadInfoimpl Sync for IOThreadInfo
impl Sync for IOThreadInfo