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