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

pub struct AbortChunk {
    pub verification_tag_reflected: bool,
    pub error_causes: Vec<ErrorCause>,
}

Fields

Trait Implementations

impl Clone for AbortChunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for AbortChunk
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AbortChunk

impl Sync for AbortChunk