Struct webrtc_sctp::packet::chunk::AbortChunk [−][src]
pub struct AbortChunk {
pub verification_tag_reflected: bool,
pub error_causes: Vec<ErrorCause>,
}Fields
verification_tag_reflected: bool
error_causes: Vec<ErrorCause>
Trait Implementations
impl Clone for AbortChunk[src]
impl Clone for AbortChunkfn clone(&self) -> AbortChunk[src]
fn clone(&self) -> AbortChunkReturns 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 AbortChunk[src]
impl PartialEq for AbortChunkfn eq(&self, other: &AbortChunk) -> bool[src]
fn eq(&self, other: &AbortChunk) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AbortChunk) -> bool[src]
fn ne(&self, other: &AbortChunk) -> boolThis method tests for !=.
impl ChunkWriter for AbortChunk[src]
impl ChunkWriter for AbortChunkimpl Debug for AbortChunk[src]
impl Debug for AbortChunkAuto Trait Implementations
impl Send for AbortChunk
impl Send for AbortChunkimpl Sync for AbortChunk
impl Sync for AbortChunk