Home
last modified time | relevance | path

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

/rust/kernel/
A Dstr.rs735 pub(crate) struct RawFormatter { struct
742 impl RawFormatter { impls
798 impl fmt::Write for RawFormatter { implementation
827 pub(crate) struct Formatter(RawFormatter);
838 Self(unsafe { RawFormatter::from_buffer(buf, len) }) in from_buffer()
843 type Target = RawFormatter;
896 let mut f = RawFormatter::new(); in try_from_fmt()
A Dprint.rs13 str::RawFormatter,
26 let mut w = unsafe { RawFormatter::from_ptrs(buf.cast(), end.cast()) }; in rust_fmt_argument()

Completed in 6 milliseconds