Struct webrtc_sctp::packet::chunk::SackChunk[][src]

pub struct SackChunk {
    pub cumulative_tsn_ack: TSN,
    pub a_rwnd: u32,
    pub gap_ack_blocks: Vec<GapAckBlock>,
    pub duplicate_tsns: Vec<TSN>,
}

Fields

Trait Implementations

impl Clone for SackChunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SackChunk
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl ChunkWriter for SackChunk
[src]

impl Debug for SackChunk
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SackChunk

impl Sync for SackChunk