Struct webrtc_sctp::packet::chunk::InitAckChunk [−][src]
pub struct InitAckChunk {
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 InitAckChunk[src]
impl Clone for InitAckChunkfn clone(&self) -> InitAckChunk[src]
fn clone(&self) -> InitAckChunkReturns 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 InitAckChunk[src]
impl PartialEq for InitAckChunkfn eq(&self, other: &InitAckChunk) -> bool[src]
fn eq(&self, other: &InitAckChunk) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &InitAckChunk) -> bool[src]
fn ne(&self, other: &InitAckChunk) -> boolThis method tests for !=.
impl ChunkWriter for InitAckChunk[src]
impl ChunkWriter for InitAckChunkimpl Debug for InitAckChunk[src]
impl Debug for InitAckChunkAuto Trait Implementations
impl Send for InitAckChunk
impl Send for InitAckChunkimpl Sync for InitAckChunk
impl Sync for InitAckChunk