Searched defs:IoBufferQueue (Results 1 – 1 of 1) sorted by relevance
676 struct IoBufferQueue { struct684 impl IoBufferQueue { implementation685 fn new(socket: UnixSeqpacket, mut file: File) -> Result<IoBufferQueue> { in new()