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