Struct qapi_qmp::NetdevL2TPv3Options
source · [−]pub struct NetdevL2TPv3Options {Show 14 fields
pub cookie64: Option<bool>,
pub counter: Option<bool>,
pub dstport: Option<String>,
pub ipv6: Option<bool>,
pub offset: Option<u32>,
pub pincounter: Option<bool>,
pub rxcookie: Option<u64>,
pub rxsession: Option<u32>,
pub srcport: Option<String>,
pub txcookie: Option<u64>,
pub udp: Option<bool>,
pub dst: String,
pub src: String,
pub txsession: u32,
}Fields
counter: Option<bool>dstport: Option<String>ipv6: Option<bool>offset: Option<u32>pincounter: Option<bool>rxsession: Option<u32>srcport: Option<String>udp: Option<bool>dst: Stringsrc: Stringtxsession: u32Trait Implementations
sourceimpl Clone for NetdevL2TPv3Options
impl Clone for NetdevL2TPv3Options
sourcefn clone(&self) -> NetdevL2TPv3Options
fn clone(&self) -> NetdevL2TPv3Options
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NetdevL2TPv3Options
impl Debug for NetdevL2TPv3Options
sourceimpl<'de> Deserialize<'de> for NetdevL2TPv3Options
impl<'de> Deserialize<'de> for NetdevL2TPv3Options
sourcefn 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
sourceimpl Serialize for NetdevL2TPv3Options
impl Serialize for NetdevL2TPv3Options
Auto Trait Implementations
impl RefUnwindSafe for NetdevL2TPv3Options
impl Send for NetdevL2TPv3Options
impl Sync for NetdevL2TPv3Options
impl Unpin for NetdevL2TPv3Options
impl UnwindSafe for NetdevL2TPv3Options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more