Struct netscan_os::TcpRstAckResult
source · pub struct TcpRstAckResult {
pub rst_ack_response: bool,
pub tcp_payload_size: u16,
pub ip_id: u16,
pub ip_df: bool,
pub ip_ttl: u8,
}Fields§
§rst_ack_response: bool§tcp_payload_size: u16§ip_id: u16§ip_df: bool§ip_ttl: u8Implementations§
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 moresource§impl Debug for TcpRstAckResult
impl Debug for TcpRstAckResult
impl Copy for TcpRstAckResult
Auto 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