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.rs195 pub struct MMLogChannel<const CAP: usize> { struct
206 impl<const CAP: usize> Debug for MMLogChannel<CAP> { implementation
224 impl<const CAP: usize> MMLogChannel<CAP> { implementation