Enum qapi_qmp::NetFilterDirection [−][src]
pub enum NetFilterDirection { all, rx, tx, }
Variants
all
rx
tx
Trait Implementations
impl Debug for NetFilterDirection
[src]
impl Debug for NetFilterDirection
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for NetFilterDirection
[src]
impl Clone for NetFilterDirection
fn clone(&self) -> NetFilterDirection
[src]
fn clone(&self) -> NetFilterDirection
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for NetFilterDirection
impl Send for NetFilterDirection
impl Sync for NetFilterDirection
impl Sync for NetFilterDirection