pub struct Vxlan<'a> {
pub flags: u16,
pub group_policy_id: u16,
pub raw_network_identifier: u32,
pub network_identifier: u32,
pub payload: &'a [u8],
}
Fields§
§flags: u16
§group_policy_id: u16
§raw_network_identifier: u32
§network_identifier: u32
§payload: &'a [u8]
Implementations§
Trait Implementations§
Source§impl<'a> FlowExtraction for Vxlan<'a>
impl<'a> FlowExtraction for Vxlan<'a>
impl<'a> Copy for Vxlan<'a>
Auto Trait Implementations§
impl<'a> Freeze for Vxlan<'a>
impl<'a> RefUnwindSafe for Vxlan<'a>
impl<'a> Send for Vxlan<'a>
impl<'a> Sync for Vxlan<'a>
impl<'a> Unpin for Vxlan<'a>
impl<'a> UnwindSafe for Vxlan<'a>
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