Enum netscan_os::TcpOptionKind
source · [−]pub enum TcpOptionKind {
Eol,
Nop,
Mss,
Wscale,
SackParmitted,
Sack,
Timestamp,
}Expand description
TCP Options
Variants
Eol
Nop
Mss
Wscale
SackParmitted
Sack
Timestamp
Implementations
Trait Implementations
sourceimpl Clone for TcpOptionKind
impl Clone for TcpOptionKind
sourcefn clone(&self) -> TcpOptionKind
fn clone(&self) -> TcpOptionKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TcpOptionKind
impl Debug for TcpOptionKind
impl Copy 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more