Searched defs:SharedBuffer (Results 1 – 2 of 2) sorted by relevance
119 struct SharedBuffer { struct120 buf: Arc<Mutex<Vec<u8>>>,123 impl SharedBuffer { impl131 impl io::Write for SharedBuffer { implementation
599 pub(super) struct SharedBuffer { struct600 pub(super) buf: Arc<Mutex<Vec<u8>>>,610 impl SharedBuffer { impl618 impl io::Write for SharedBuffer { implementation