Struct webrtc_sctp::packet::chunk::ErrorChunk[][src]

pub struct ErrorChunk {
    pub error_causes: Vec<ErrorCause>,
}

Fields

Trait Implementations

impl Clone for ErrorChunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for ErrorChunk
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ErrorChunk

impl Sync for ErrorChunk