pub struct TfportInfo {
pub name: String,
pub pkt_src: String,
pub port: u16,
pub mac: String,
}Expand description
Information about a single tfport link
Fields§
§name: String§pkt_src: String§port: u16§mac: StringAuto Trait Implementations§
impl Freeze for TfportInfo
impl RefUnwindSafe for TfportInfo
impl Send for TfportInfo
impl Sync for TfportInfo
impl Unpin for TfportInfo
impl UnwindSafe for TfportInfo
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