Searched defs:io (Results 1 – 2 of 2) sorted by relevance
198 io: T, field251 pub fn io(&mut self) -> &mut T { in io() method904 let mut io = RamBlockIo::new(1, 1, vec![]); in test_no_alignment_require_zero_size_scratch() localVariable910 let mut io = RamBlockIo::new(512, 512, vec![]); in test_scratch_too_small() localVariable
513 let mut io = blk.partition_io(part).unwrap().sub(off, sz).unwrap(); in test_part_read() localVariable