Searched refs:RawFormatter (Results 1 – 2 of 2) sorted by relevance
735 pub(crate) struct RawFormatter { struct742 impl RawFormatter { impls798 impl fmt::Write for RawFormatter { implementation827 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()
13 str::RawFormatter,26 let mut w = unsafe { RawFormatter::from_ptrs(buf.cast(), end.cast()) }; in rust_fmt_argument()
Completed in 6 milliseconds