Searched refs:IoRaw (Results 1 – 2 of 2) sorted by relevance
18 pub struct IoRaw<const SIZE: usize = 0> { struct23 impl<const SIZE: usize> IoRaw<SIZE> { implementation108 pub struct Io<const SIZE: usize = 0>(IoRaw<SIZE>);176 pub unsafe fn from_raw(raw: &IoRaw<SIZE>) -> &Self { in from_raw()
15 io::IoRaw,266 io: IoRaw<SIZE>,302 let io = match IoRaw::new(ioptr, len as usize) { in new()