Struct webrtc_sctp::packet::chunk::DataChunk [−][src]
pub struct DataChunk { pub unordered: bool, pub beginning_fragment: bool, pub ending_fragment: bool, pub tsn: TSN, pub stream_id: u16, pub ssn: SSN, pub payload_protocol_id: u32, pub buffer: Buffer, }
Fields
unordered: bool
beginning_fragment: bool
ending_fragment: bool
tsn: TSN
stream_id: u16
ssn: SSN
payload_protocol_id: u32
buffer: Buffer
Trait Implementations
impl Clone for DataChunk
[src]
impl Clone for DataChunk
fn clone(&self) -> DataChunk
[src]
fn clone(&self) -> DataChunk
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 DataChunk
[src]
impl PartialEq for DataChunk
fn eq(&self, other: &DataChunk) -> bool
[src]
fn eq(&self, other: &DataChunk) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &DataChunk) -> bool
[src]
fn ne(&self, other: &DataChunk) -> bool
This method tests for !=
.
impl ChunkWriter for DataChunk
[src]
impl ChunkWriter for DataChunk
impl Debug for DataChunk
[src]
impl Debug for DataChunk