Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs196 pub struct MMLogChannel<const CAP: usize> { struct
207 impl<const CAP: usize> Debug for MMLogChannel<CAP> { argument
225 impl<const CAP: usize> MMLogChannel<CAP> { implementation