Enum netscan_os::ProbeType
source · pub enum ProbeType {
IcmpEchoProbe,
IcmpTimestampProbe,
IcmpAddressMaskProbe,
IcmpInformationProbe,
IcmpUnreachableProbe,
TcpProbe,
TcpSynAckProbe,
TcpRstAckProbe,
TcpEcnProbe,
}Expand description
Probes for fingerprinting
Variants
IcmpEchoProbe
IcmpTimestampProbe
IcmpAddressMaskProbe
IcmpInformationProbe
IcmpUnreachableProbe
TcpProbe
TcpSynAckProbe
TcpRstAckProbe
TcpEcnProbe
Trait Implementations
impl Copy for ProbeType
impl StructuralPartialEq for ProbeType
Auto Trait Implementations
impl RefUnwindSafe for ProbeType
impl Send for ProbeType
impl Sync for ProbeType
impl Unpin for ProbeType
impl UnwindSafe for ProbeType
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