Struct bytes::SmallByteStrBuf
[−]
[src]
pub struct SmallByteStrBuf { // some fields omitted }
pub struct SmallByteStrBuf { // some fields omitted }
impl Buf for SmallByteStrBuf
fn remaining(&self) -> usize
fn bytes(&self) -> &[u8]
fn advance(&mut self, cnt: usize)
fn has_remaining(&self) -> bool
fn read_slice(&mut self, dst: &mut [u8]) -> usize
fn read_byte(&mut self) -> Option<u8>
impl Clone for SmallByteStrBuf
fn clone(&self) -> SmallByteStrBuf
fn clone_from(&mut self, source: &Self)