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
txsession: u32
rxsession: Option<u32>
pincounter: Option<bool>
udp: Option<bool>
offset: Option<u32>
srcport: Option<String>
src: String
counter: Option<bool>
ipv6: Option<bool>
dstport: Option<String>
dst: String
Trait Implementations
impl Debug for NetdevL2TPv3Options[src]
impl Debug for NetdevL2TPv3Optionsfn 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 NetdevL2TPv3Options[src]
impl Clone for NetdevL2TPv3Optionsfn clone(&self) -> NetdevL2TPv3Options[src]
fn clone(&self) -> NetdevL2TPv3OptionsReturns 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 NetdevL2TPv3Options
impl Send for NetdevL2TPv3Optionsimpl Sync for NetdevL2TPv3Options
impl Sync for NetdevL2TPv3Options