Enum np_listener::packet::tcp::TcpFlagKind
source · pub enum TcpFlagKind {
Syn,
Fin,
Rst,
Psh,
Ack,
Urg,
Ece,
Cwr,
}Expand description
TCP Flag Kind
Variants§
Implementations§
Trait Implementations§
source§impl Clone for TcpFlagKind
impl Clone for TcpFlagKind
source§fn clone(&self) -> TcpFlagKind
fn clone(&self) -> TcpFlagKind
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 TcpFlagKind
impl Debug for TcpFlagKind
source§impl PartialEq<TcpFlagKind> for TcpFlagKind
impl PartialEq<TcpFlagKind> for TcpFlagKind
source§fn eq(&self, other: &TcpFlagKind) -> bool
fn eq(&self, other: &TcpFlagKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TcpFlagKind
impl StructuralPartialEq for TcpFlagKind
Auto Trait Implementations§
impl RefUnwindSafe for TcpFlagKind
impl Send for TcpFlagKind
impl Sync for TcpFlagKind
impl Unpin for TcpFlagKind
impl UnwindSafe for TcpFlagKind
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