Struct qapi_qmp::NetdevL2TPv3Options[][src]

pub struct NetdevL2TPv3Options {
    pub txsession: u32,
    pub txcookie: Option<u64>,
    pub rxsession: Option<u32>,
    pub pincounter: Option<bool>,
    pub udp: Option<bool>,
    pub cookie64: Option<bool>,
    pub offset: Option<u32>,
    pub srcport: Option<String>,
    pub src: String,
    pub counter: Option<bool>,
    pub ipv6: Option<bool>,
    pub rxcookie: Option<u64>,
    pub dstport: Option<String>,
    pub dst: String,
}

Fields

Trait Implementations

impl Debug for NetdevL2TPv3Options
[src]

Formats the value using the given formatter. Read more

impl Clone for NetdevL2TPv3Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetdevL2TPv3Options

impl Sync for NetdevL2TPv3Options