Struct netsim::wire::SelectiveAck [−][src]
A selective ACK block of a TCP packet
Fields
start_seq_num: u32
The initial sequence number that this SACK block is acknowledging
end_seq_num: u32
The final sequence number that this SACK block is acknowledging
Trait Implementations
impl Clone for SelectiveAck[src]
impl Clone for SelectiveAckfn clone(&self) -> SelectiveAck[src]
fn clone(&self) -> SelectiveAckReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SelectiveAck[src]
impl Debug for SelectiveAckfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for SelectiveAck[src]
impl PartialEq for SelectiveAckfn eq(&self, other: &SelectiveAck) -> bool[src]
fn eq(&self, other: &SelectiveAck) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SelectiveAck) -> bool[src]
fn ne(&self, other: &SelectiveAck) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for SelectiveAck
impl Send for SelectiveAckimpl Sync for SelectiveAck
impl Sync for SelectiveAck