Searched defs:RangeBuf (Results 1 – 1 of 1) sorted by relevance
1547 pub struct RangeBuf { struct1571 impl RangeBuf { implementation1573 pub fn from(buf: &[u8], off: u64, fin: bool) -> RangeBuf { in from()1615 pub fn split_off(&mut self, at: usize) -> RangeBuf { in split_off()1640 impl std::ops::Deref for RangeBuf { implementation1648 impl Ord for RangeBuf { implementation1655 impl PartialOrd for RangeBuf { implementation1661 impl PartialEq for RangeBuf { implementation