Struct webrtc_sctp::stack::queue::UnorderedDataQueue [−][src]
pub struct UnorderedDataQueue { /* fields omitted */ }Methods
impl UnorderedDataQueue[src]
impl UnorderedDataQueuepub fn new() -> UnorderedDataQueue[src]
pub fn new() -> UnorderedDataQueueCreate a new UnorderedDataQueue
pub fn enqueue(&mut self, chunk: DataChunk) -> SctpResult<Option<Message>>[src]
pub fn enqueue(&mut self, chunk: DataChunk) -> SctpResult<Option<Message>>Enqueue chunks into the UnorderedDataQueue, and return any messages that we have been able to assemble.
pub fn is_empty(&self) -> bool[src]
pub fn is_empty(&self) -> boolTrait Implementations
impl Debug for UnorderedDataQueue[src]
impl Debug for UnorderedDataQueueAuto Trait Implementations
impl !Send for UnorderedDataQueue
impl !Send for UnorderedDataQueueimpl !Sync for UnorderedDataQueue
impl !Sync for UnorderedDataQueue