Struct webrtc_sctp::packet::chunk::GapAckBlock [−][src]
Fields
start: u16
end: u16
Trait Implementations
impl Clone for GapAckBlock[src]
impl Clone for GapAckBlockfn clone(&self) -> GapAckBlock[src]
fn clone(&self) -> GapAckBlockReturns 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 GapAckBlockfn eq(&self, other: &GapAckBlock) -> bool[src]
fn eq(&self, other: &GapAckBlock) -> boolThis 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) -> boolThis method tests for !=.
impl Debug for GapAckBlock[src]
impl Debug for GapAckBlockAuto Trait Implementations
impl Send for GapAckBlock
impl Send for GapAckBlockimpl Sync for GapAckBlock
impl Sync for GapAckBlock