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 AbortChunk
fn clone(&self) -> AbortChunk
[src]
fn clone(&self) -> AbortChunk
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 AbortChunk
[src]
impl PartialEq for AbortChunk
fn eq(&self, other: &AbortChunk) -> bool
[src]
fn eq(&self, other: &AbortChunk) -> bool
This 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) -> bool
This method tests for !=
.
impl ChunkWriter for AbortChunk
[src]
impl ChunkWriter for AbortChunk
impl Debug for AbortChunk
[src]
impl Debug for AbortChunk
Auto Trait Implementations
impl Send for AbortChunk
impl Send for AbortChunk
impl Sync for AbortChunk
impl Sync for AbortChunk