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 ErrorChunkfn clone(&self) -> ErrorChunk[src]
fn clone(&self) -> ErrorChunkReturns 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 ErrorChunkfn eq(&self, other: &ErrorChunk) -> bool[src]
fn eq(&self, other: &ErrorChunk) -> boolThis 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) -> boolThis method tests for !=.
impl ChunkWriter for ErrorChunk[src]
impl ChunkWriter for ErrorChunkimpl Debug for ErrorChunk[src]
impl Debug for ErrorChunkAuto Trait Implementations
impl Send for ErrorChunk
impl Send for ErrorChunkimpl Sync for ErrorChunk
impl Sync for ErrorChunk