Searched refs:RawFormatter (Results 1 – 2 of 2) sorted by relevance
640 pub(crate) struct RawFormatter { struct647 impl RawFormatter { implementation703 impl fmt::Write for RawFormatter { implementation732 pub(crate) struct Formatter(RawFormatter);743 Self(unsafe { RawFormatter::from_buffer(buf, len) }) in from_buffer()748 type Target = RawFormatter;800 let mut f = RawFormatter::new(); in try_from_fmt()
14 use crate::str::RawFormatter;25 let mut w = unsafe { RawFormatter::from_ptrs(buf.cast(), end.cast()) }; in rust_fmt_argument()
Completed in 7 milliseconds