Struct qapi_qmp::IOThreadInfo
[−]
[src]
pub struct IOThreadInfo { pub poll_grow: isize, pub poll_max_ns: isize, pub id: String, pub thread_id: isize, pub poll_shrink: isize, }
Fields
poll_grow: isize
poll_max_ns: isize
id: String
thread_id: isize
poll_shrink: isize
Trait Implementations
impl Debug for IOThreadInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for IOThreadInfo
[src]
fn clone(&self) -> IOThreadInfo
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more