Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dio.rs164 pub trait IoCapable<T> { interface
733 impl<const SIZE: usize> IoCapable<$ty> for $mmio<SIZE> { impl