Struct webrtc_sctp::Message[][src]

pub struct Message {
    pub tsn: TSN,
    pub unordered: bool,
    pub stream_id: u16,
    pub ssn: SSN,
    pub payload_protocol_id: u32,
    pub buffer: Buffer,
}

A message in SCTP is the basic unit of data used by the upper-layer protocol, and is split over one or more DATA chunks for transmission.

Fields

Trait Implementations

impl Clone for Message
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Message
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Message
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Message

impl !Sync for Message