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

pub struct GapAckBlock {
    pub start: u16,
    pub end: u16,
}

Fields

Trait Implementations

impl Clone for GapAckBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GapAckBlock
[src]

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

This method tests for !=.

impl Debug for GapAckBlock
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GapAckBlock

impl Sync for GapAckBlock