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
initiate_tag: u32
a_rwnd: u32
num_outbound_streams: u16
num_inbound_streams: u16
initial_tsn: u32
parameters: Vec<Parameter>
Trait Implementations
impl Clone for InitChunk[src]
impl Clone for InitChunkfn clone(&self) -> InitChunk[src]
fn clone(&self) -> InitChunkReturns 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 PartialEq for InitChunk[src]
impl PartialEq for InitChunkfn eq(&self, other: &InitChunk) -> bool[src]
fn eq(&self, other: &InitChunk) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &InitChunk) -> bool[src]
fn ne(&self, other: &InitChunk) -> boolThis method tests for !=.
impl ChunkWriter for InitChunk[src]
impl ChunkWriter for InitChunkimpl Debug for InitChunk[src]
impl Debug for InitChunk