Home
last modified time | relevance | path

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

/linux/rust/kernel/io/
H A Dmem.rs233 pub struct IoMem<const SIZE: usize = 0> { struct
237 impl<const SIZE: usize> IoMem<SIZE> { argument
284 impl<const SIZE: usize> Drop for IoMem<SIZE> { implementation
291 impl<const SIZE: usize> Deref for IoMem<SIZE> { implementation