Struct webrtc_sctp::stack::queue::UnorderedDataQueue [−][src]
pub struct UnorderedDataQueue { /* fields omitted */ }
Methods
impl UnorderedDataQueue
[src]
impl UnorderedDataQueue
pub fn new() -> UnorderedDataQueue
[src]
pub fn new() -> UnorderedDataQueue
Create 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) -> bool
Trait Implementations
impl Debug for UnorderedDataQueue
[src]
impl Debug for UnorderedDataQueue
Auto Trait Implementations
impl !Send for UnorderedDataQueue
impl !Send for UnorderedDataQueue
impl !Sync for UnorderedDataQueue
impl !Sync for UnorderedDataQueue