Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dstr.rs668 pub(crate) struct RawFormatter { struct
670 beg: usize,
671 pos: usize,
672 end: usize,
675 impl RawFormatter { implementation
731 impl fmt::Write for RawFormatter { implementation