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

pub struct ShutdownChunk {
    pub cumulative_tsn_ack: TSN,
}

Fields

Trait Implementations

impl Clone for ShutdownChunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ShutdownChunk
[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 ShutdownChunk
[src]

impl Debug for ShutdownChunk
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations