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: bool§ip_df: bool§tcp_window_size: u16§tcp_option_order: Vec<TcpOptionKind>Implementations§
source§impl TcpEcnFingerprint
impl TcpEcnFingerprint
pub fn new() -> TcpEcnFingerprint
Trait Implementations§
source§impl Clone for TcpEcnFingerprint
impl Clone for TcpEcnFingerprint
source§fn clone(&self) -> TcpEcnFingerprint
fn clone(&self) -> TcpEcnFingerprint
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 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§
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