Struct netscan_os::TcpEcnFingerprint
source · pub struct TcpEcnFingerprint {
pub tcp_ecn_support: bool,
pub ip_df: bool,
pub tcp_window_size: u16,
pub tcp_option_order: Vec<TcpOptionKind>,
}Fields
tcp_ecn_support: boolip_df: booltcp_window_size: u16tcp_option_order: Vec<TcpOptionKind>Implementations
sourceimpl TcpEcnFingerprint
impl TcpEcnFingerprint
pub fn new() -> TcpEcnFingerprint
Trait Implementations
sourceimpl Clone for TcpEcnFingerprint
impl Clone for TcpEcnFingerprint
sourcefn clone(&self) -> TcpEcnFingerprint
fn clone(&self) -> TcpEcnFingerprint
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 moreAuto Trait Implementations
impl RefUnwindSafe for TcpEcnFingerprint
impl Send for TcpEcnFingerprint
impl Sync for TcpEcnFingerprint
impl Unpin for TcpEcnFingerprint
impl UnwindSafe for TcpEcnFingerprint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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