Struct netscan_os::TcpEcnResult
source · pub struct TcpEcnResult {
pub syn_ack_ece_response: bool,
pub fingerprints: Vec<PacketFrame>,
}Fields§
§syn_ack_ece_response: bool§fingerprints: Vec<PacketFrame>Implementations§
source§impl TcpEcnResult
impl TcpEcnResult
pub fn new() -> TcpEcnResult
Trait Implementations§
source§impl Clone for TcpEcnResult
impl Clone for TcpEcnResult
source§fn clone(&self) -> TcpEcnResult
fn clone(&self) -> TcpEcnResult
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 TcpEcnResult
impl Send for TcpEcnResult
impl Sync for TcpEcnResult
impl Unpin for TcpEcnResult
impl UnwindSafe for TcpEcnResult
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