Searched refs:IoBuffer (Results 1 – 1 of 1) sorted by relevance
228 struct IoBuffer<'a>(IoBufferState<'a>); struct230 impl Drop for IoBuffer<'_> { implementation241 impl<'a> IoBuffer<'a> { impl370 current_io: Option<IoBuffer<'b>>,459 let mut io_buffer = IoBuffer::new(buffer_raw); in write()496 let mut io_buffer = IoBuffer::new(buffer_raw); in read()579 buffer: &mut IoBuffer, in write_io_buffer() argument606 buffer: &mut IoBuffer, in read_io_buffer() argument