Struct webrtc_sctp::packet::chunk::ErrorChunk [−][src]
pub struct ErrorChunk { pub error_causes: Vec<ErrorCause>, }
Fields
error_causes: Vec<ErrorCause>
Trait Implementations
impl Clone for ErrorChunk
[src]
impl Clone for ErrorChunk
fn clone(&self) -> ErrorChunk
[src]
fn clone(&self) -> ErrorChunk
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for ErrorChunk
[src]
impl PartialEq for ErrorChunk
fn eq(&self, other: &ErrorChunk) -> bool
[src]
fn eq(&self, other: &ErrorChunk) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ErrorChunk) -> bool
[src]
fn ne(&self, other: &ErrorChunk) -> bool
This method tests for !=
.
impl ChunkWriter for ErrorChunk
[src]
impl ChunkWriter for ErrorChunk
impl Debug for ErrorChunk
[src]
impl Debug for ErrorChunk
Auto Trait Implementations
impl Send for ErrorChunk
impl Send for ErrorChunk
impl Sync for ErrorChunk
impl Sync for ErrorChunk