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