Struct webrtc_sctp::packet::SctpPacket[][src]

pub struct SctpPacket {
    pub header: SctpHeader,
    pub chunks: Vec<Chunk>,
}

Fields

Methods

impl SctpPacket
[src]

Trait Implementations

impl Display for SctpPacket
[src]

Formats the value using the given formatter. Read more

impl Debug for SctpPacket
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for SctpPacket

impl !Sync for SctpPacket