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 duplicate 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 Freeze for TcpRstAckResult
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