pub struct Info {
pub id: Id,
pub src_mac: MacAddress,
pub dst_mac: MacAddress,
pub vlan: Vlan,
}
Expand description
Information from Layer 2 protocols used in stream determination
Fields§
§id: Id
§src_mac: MacAddress
§dst_mac: MacAddress
§vlan: Vlan
Trait Implementations§
impl Copy for Info
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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