Struct qapi_qmp::NetdevL2TPv3Options
source · pub struct NetdevL2TPv3Options {Show 14 fields
pub offset: Option<u32>,
pub ipv6: Option<bool>,
pub srcport: Option<String>,
pub txcookie: Option<u64>,
pub udp: Option<bool>,
pub cookie64: Option<bool>,
pub pincounter: Option<bool>,
pub dst: String,
pub dstport: Option<String>,
pub counter: Option<bool>,
pub rxcookie: Option<u64>,
pub txsession: u32,
pub rxsession: Option<u32>,
pub src: String,
}Fields§
§offset: Option<u32>§ipv6: Option<bool>§srcport: Option<String>§udp: Option<bool>§pincounter: Option<bool>§dst: String§dstport: Option<String>§counter: Option<bool>§txsession: u32§rxsession: Option<u32>§src: StringTrait Implementations§
source§impl Clone for NetdevL2TPv3Options
impl Clone for NetdevL2TPv3Options
source§fn clone(&self) -> NetdevL2TPv3Options
fn clone(&self) -> NetdevL2TPv3Options
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for NetdevL2TPv3Options
impl Debug for NetdevL2TPv3Options
source§impl<'de> Deserialize<'de> for NetdevL2TPv3Options
impl<'de> Deserialize<'de> for NetdevL2TPv3Options
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more