Enum np_listener::packet::tcp::TcpOptionKind
source · pub enum TcpOptionKind {
Eol,
Nop,
Mss,
Wscale,
SackParmitted,
Sack,
Timestamp,
}Expand description
Variants§
Implementations§
Trait Implementations§
source§impl Clone for TcpOptionKind
impl Clone for TcpOptionKind
source§fn clone(&self) -> TcpOptionKind
fn clone(&self) -> TcpOptionKind
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 TcpOptionKind
impl Debug for TcpOptionKind
source§impl PartialEq<TcpOptionKind> for TcpOptionKind
impl PartialEq<TcpOptionKind> for TcpOptionKind
source§fn eq(&self, other: &TcpOptionKind) -> bool
fn eq(&self, other: &TcpOptionKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TcpOptionKind
impl StructuralPartialEq for TcpOptionKind
Auto Trait Implementations§
impl RefUnwindSafe for TcpOptionKind
impl Send for TcpOptionKind
impl Sync for TcpOptionKind
impl Unpin for TcpOptionKind
impl UnwindSafe for TcpOptionKind
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