Struct qapi_qmp::RockerOfDpaFlow[][src]

pub struct RockerOfDpaFlow {
    pub key: RockerOfDpaFlowKey,
    pub cookie: u64,
    pub action: RockerOfDpaFlowAction,
    pub mask: RockerOfDpaFlowMask,
    pub hits: u64,
}

Fields

Trait Implementations

impl Debug for RockerOfDpaFlow
[src]

Formats the value using the given formatter. Read more

impl Clone for RockerOfDpaFlow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RockerOfDpaFlow

impl Sync for RockerOfDpaFlow