Home
last modified time | relevance | path

Searched defs:Io (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/rust/kernel/
Dio.rs108 pub struct Io<const SIZE: usize = 0>(IoRaw<SIZE>); struct
169 impl<const SIZE: usize> Io<SIZE> { implementation