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

Trait Implementations

impl Debug for IOThreadInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for IOThreadInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IOThreadInfo

impl Sync for IOThreadInfo