pub struct ExtendedVniIngress {
pub vni: u32,
}Expand description
Extended VNI Ingress - Format (0,1030)
Virtual Network Identifier for ingress traffic The VNI may be explicitly included in the tunneling protocol or implicit
§XDR Definition (sFlow Tunnels)
/* opaque_flow_data; enterprise = 0; format = 1030 */
struct extended_vni_ingress {
unsigned int vni;
}Fields§
§vni: u32Virtual Network Identifier
Trait Implementations§
Source§impl Clone for ExtendedVniIngress
impl Clone for ExtendedVniIngress
Source§fn clone(&self) -> ExtendedVniIngress
fn clone(&self) -> ExtendedVniIngress
Returns a duplicate 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 ExtendedVniIngress
impl Debug for ExtendedVniIngress
Source§impl PartialEq for ExtendedVniIngress
impl PartialEq for ExtendedVniIngress
impl Eq for ExtendedVniIngress
impl StructuralPartialEq for ExtendedVniIngress
Auto Trait Implementations§
impl Freeze for ExtendedVniIngress
impl RefUnwindSafe for ExtendedVniIngress
impl Send for ExtendedVniIngress
impl Sync for ExtendedVniIngress
impl Unpin for ExtendedVniIngress
impl UnwindSafe for ExtendedVniIngress
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more