pub struct ExtendedVniEgress {
pub vni: u32,
}Expand description
Extended VNI Egress - Format (0,1029)
Virtual Network Identifier for egress traffic The VNI may be explicitly included in the tunneling protocol or implicit
§XDR Definition (sFlow Tunnels)
/* opaque_flow_data; enterprise = 0; format = 1029 */
struct extended_vni_egress {
unsigned int vni;
}Fields§
§vni: u32Virtual Network Identifier
Trait Implementations§
Source§impl Clone for ExtendedVniEgress
impl Clone for ExtendedVniEgress
Source§fn clone(&self) -> ExtendedVniEgress
fn clone(&self) -> ExtendedVniEgress
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 ExtendedVniEgress
impl Debug for ExtendedVniEgress
Source§impl PartialEq for ExtendedVniEgress
impl PartialEq for ExtendedVniEgress
impl Eq for ExtendedVniEgress
impl StructuralPartialEq for ExtendedVniEgress
Auto Trait Implementations§
impl Freeze for ExtendedVniEgress
impl RefUnwindSafe for ExtendedVniEgress
impl Send for ExtendedVniEgress
impl Sync for ExtendedVniEgress
impl Unpin for ExtendedVniEgress
impl UnwindSafe for ExtendedVniEgress
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