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

pub struct InitChunk {
    pub initiate_tag: u32,
    pub a_rwnd: u32,
    pub num_outbound_streams: u16,
    pub num_inbound_streams: u16,
    pub initial_tsn: u32,
    pub parameters: Vec<Parameter>,
}

Fields

Trait Implementations

impl Clone for InitChunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for InitChunk
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InitChunk

impl Sync for InitChunk