Enum qapi_qmp::NetFilterDirection [−][src]
pub enum NetFilterDirection {
all,
rx,
tx,
}Variants
allrxtx
Trait Implementations
impl Debug for NetFilterDirection[src]
impl Debug for NetFilterDirectionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for NetFilterDirection[src]
impl Clone for NetFilterDirectionfn clone(&self) -> NetFilterDirection[src]
fn clone(&self) -> NetFilterDirectionReturns 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 NetFilterDirectionimpl Sync for NetFilterDirection
impl Sync for NetFilterDirection