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 IOThreadInfo
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 IOThreadInfo
[src]
impl Clone for IOThreadInfo
fn clone(&self) -> IOThreadInfo
[src]
fn clone(&self) -> IOThreadInfo
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 IOThreadInfo
impl Send for IOThreadInfo
impl Sync for IOThreadInfo
impl Sync for IOThreadInfo