Struct qapi_qmp::BlockdevOptionsNVMe[][src]

pub struct BlockdevOptionsNVMe {
    pub namespace: isize,
    pub device: String,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsNVMe
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsNVMe
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsNVMe

impl Sync for BlockdevOptionsNVMe