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 InitAckChunk
fn clone(&self) -> InitAckChunk
[src]
fn clone(&self) -> InitAckChunk
Returns 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 InitAckChunk
fn eq(&self, other: &InitAckChunk) -> bool
[src]
fn eq(&self, other: &InitAckChunk) -> bool
This 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) -> bool
This method tests for !=
.
impl ChunkWriter for InitAckChunk
[src]
impl ChunkWriter for InitAckChunk
impl Debug for InitAckChunk
[src]
impl Debug for InitAckChunk
Auto Trait Implementations
impl Send for InitAckChunk
impl Send for InitAckChunk
impl Sync for InitAckChunk
impl Sync for InitAckChunk