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

Trait Implementations

impl Debug for IOThreadInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for IOThreadInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IOThreadInfo

impl Sync for IOThreadInfo