Struct qapi_qmp::query_rx_filter[][src]

pub struct query_rx_filter {
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Debug for query_rx_filter
[src]

Formats the value using the given formatter. Read more

impl Clone for query_rx_filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for query_rx_filter
[src]

NAME: &'static str = "query-rx-filter"

Auto Trait Implementations

impl Send for query_rx_filter

impl Sync for query_rx_filter