Struct qapi_qmp::NIC_RX_FILTER_CHANGED[][src]

pub struct NIC_RX_FILTER_CHANGED {
    pub path: String,
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Debug for NIC_RX_FILTER_CHANGED
[src]

Formats the value using the given formatter. Read more

impl Clone for NIC_RX_FILTER_CHANGED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for NIC_RX_FILTER_CHANGED
[src]

NAME: &'static str = "NIC_RX_FILTER_CHANGED"

Auto Trait Implementations

impl Send for NIC_RX_FILTER_CHANGED

impl Sync for NIC_RX_FILTER_CHANGED