Struct nispor::VxlanInfo[][src]

pub struct VxlanInfo {
Show 28 fields pub remote: String, pub vxlan_id: u32, pub base_iface: String, pub local: String, pub ttl: u8, pub tos: u8, pub learning: bool, pub ageing: u32, pub max_address: u32, pub src_port_min: u16, pub src_port_max: u16, pub proxy: bool, pub rsc: bool, pub l2miss: bool, pub l3miss: bool, pub dst_port: u16, pub udp_check_sum: bool, pub udp6_zero_check_sum_tx: bool, pub udp6_zero_check_sum_rx: bool, pub remote_check_sum_tx: bool, pub remote_check_sum_rx: bool, pub gbp: bool, pub remote_check_sum_no_partial: bool, pub collect_metadata: bool, pub label: u32, pub gpe: bool, pub ttl_inherit: bool, pub df: u8,
}

Fields

remote: Stringvxlan_id: u32base_iface: Stringlocal: Stringttl: u8tos: u8learning: boolageing: u32max_address: u32src_port_min: u16src_port_max: u16proxy: boolrsc: booll2miss: booll3miss: booldst_port: u16udp_check_sum: booludp6_zero_check_sum_tx: booludp6_zero_check_sum_rx: boolremote_check_sum_tx: boolremote_check_sum_rx: boolgbp: boolremote_check_sum_no_partial: boolcollect_metadata: boollabel: u32gpe: boolttl_inherit: booldf: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.