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