Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/
H A Dvolatile.rs99 pub trait VolatileReadable<T> { trait
104 impl<T: Copy> VolatileReadable<T> for *const ReadOnly<T> { impl
110 impl<T: Copy> VolatileReadable<T> for *const Volatile<T> { impl