pub struct PacketAssociationTable {
pub source_addr: SocketAddr,
pub destination_addr: SocketAddr,
pub protocol: TransportProtocol,
}Fields§
§source_addr: SocketAddr§destination_addr: SocketAddr§protocol: TransportProtocolTrait Implementations§
Source§impl Clone for PacketAssociationTable
impl Clone for PacketAssociationTable
Source§fn clone(&self) -> PacketAssociationTable
fn clone(&self) -> PacketAssociationTable
Returns a copy 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 PacketAssociationTable
impl Debug for PacketAssociationTable
Source§impl Display for PacketAssociationTable
impl Display for PacketAssociationTable
Source§impl Hash for PacketAssociationTable
impl Hash for PacketAssociationTable
Source§impl Ord for PacketAssociationTable
impl Ord for PacketAssociationTable
Source§fn cmp(&self, other: &PacketAssociationTable) -> Ordering
fn cmp(&self, other: &PacketAssociationTable) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PacketAssociationTable
impl PartialEq for PacketAssociationTable
Source§impl PartialOrd for PacketAssociationTable
impl PartialOrd for PacketAssociationTable
impl Copy for PacketAssociationTable
impl Eq for PacketAssociationTable
impl StructuralPartialEq for PacketAssociationTable
Auto Trait Implementations§
impl Freeze for PacketAssociationTable
impl RefUnwindSafe for PacketAssociationTable
impl Send for PacketAssociationTable
impl Sync for PacketAssociationTable
impl Unpin for PacketAssociationTable
impl UnwindSafe for PacketAssociationTable
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