Enum qapi_qmp::NetFilterDirection[][src]

pub enum NetFilterDirection {
    all,
    rx,
    tx,
}

Variants

Trait Implementations

impl Debug for NetFilterDirection
[src]

Formats the value using the given formatter. Read more

impl Clone for NetFilterDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetFilterDirection

impl Sync for NetFilterDirection