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