Struct netscan_os::TcpEcnResult
source · [−]pub struct TcpEcnResult {
pub syn_ack_ece_response: bool,
pub tcp_payload_size: u16,
pub ip_id: u16,
pub ip_df: bool,
pub ip_ttl: u8,
}Fields
syn_ack_ece_response: booltcp_payload_size: u16ip_id: u16ip_df: boolip_ttl: u8Implementations
sourceimpl TcpEcnResult
impl TcpEcnResult
pub fn new() -> TcpEcnResult
Trait Implementations
sourceimpl Clone for TcpEcnResult
impl Clone for TcpEcnResult
sourcefn clone(&self) -> TcpEcnResult
fn clone(&self) -> TcpEcnResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TcpEcnResult
impl Debug for TcpEcnResult
impl Copy for TcpEcnResult
Auto Trait Implementations
impl RefUnwindSafe for TcpEcnResult
impl Send for TcpEcnResult
impl Sync for TcpEcnResult
impl Unpin for TcpEcnResult
impl UnwindSafe for TcpEcnResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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