Struct bytes::SmallByteStrBuf [] [src]

pub struct SmallByteStrBuf {
    // some fields omitted
}

Trait Implementations

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>

Derived Implementations

impl Clone for SmallByteStrBuf

fn clone(&self) -> SmallByteStrBuf

1.0.0fn clone_from(&mut self, source: &Self)