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