Struct rux::buf::ByteBuffer [] [src]

pub struct ByteBuffer { /* fields omitted */ }

Naive buffer.

FIXME: if pos and limit never catch up, buffer will overflow, when there might be some extra capacity

Methods

impl ByteBuffer
[src]

Trait Implementations

impl Clone for ByteBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ByteBuffer
[src]

Formats the value using the given formatter.