Struct buffer::CapAt [] [src]

pub struct CapAt<'data, T: Buffer<'data>> { /* fields omitted */ }

The result of a cap_at call on a buffer.

See its documentation for more info.

Trait Implementations

impl<'data, T: Buffer<'data>> Buffer<'data> for CapAt<'data, T>
[src]

Intermediate result of converting the T: Buffer into a BufferRef.

Converts the T: Buffer into the intermediate step to BufferRef.

Caps the buffer at the specified byte index. Read more