Struct webrtc_util::buffer::Buffer [−][src]
pub struct Buffer { /* fields omitted */ }Implementations
Write appends a copy of the packet data to the buffer. Returns ErrFull if the packet doesn’t fit. Note that the packet size is limited to 65536 bytes since v0.11.0 due to the internal data structure.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Bufferimpl !UnwindSafe for BufferBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V