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