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 UnknownChunkfn clone(&self) -> UnknownChunk[src]
fn clone(&self) -> UnknownChunkReturns 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 UnknownChunkfn eq(&self, other: &UnknownChunk) -> bool[src]
fn eq(&self, other: &UnknownChunk) -> boolThis 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) -> boolThis method tests for !=.
impl ChunkWriter for UnknownChunk[src]
impl ChunkWriter for UnknownChunkimpl Debug for UnknownChunk[src]
impl Debug for UnknownChunkAuto Trait Implementations
impl Send for UnknownChunk
impl Send for UnknownChunkimpl Sync for UnknownChunk
impl Sync for UnknownChunk