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

Trait Implementations

impl Clone for DataChunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for DataChunk
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for DataChunk

impl !Sync for DataChunk