Struct webrtc_sctp::packet::chunk::UnknownChunk [−][src]
Fields
chunk_type: u8
chunk_flags: u8
data: Vec<u8>
Trait Implementations
impl Clone for UnknownChunk
[src]
impl Clone for UnknownChunk
fn clone(&self) -> UnknownChunk
[src]
fn clone(&self) -> UnknownChunk
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 UnknownChunk
[src]
impl PartialEq for UnknownChunk
fn eq(&self, other: &UnknownChunk) -> bool
[src]
fn eq(&self, other: &UnknownChunk) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &UnknownChunk) -> bool
[src]
fn ne(&self, other: &UnknownChunk) -> bool
This method tests for !=
.
impl ChunkWriter for UnknownChunk
[src]
impl ChunkWriter for UnknownChunk
impl Debug for UnknownChunk
[src]
impl Debug for UnknownChunk
Auto Trait Implementations
impl Send for UnknownChunk
impl Send for UnknownChunk
impl Sync for UnknownChunk
impl Sync for UnknownChunk