Searched refs:RawFormatter (Results 1 – 2 of 2) sorted by relevance
395 pub(crate) struct RawFormatter { struct402 impl RawFormatter { implementation458 impl fmt::Write for RawFormatter { implementation487 pub(crate) struct Formatter(RawFormatter);498 Self(unsafe { RawFormatter::from_buffer(buf, len) }) in from_buffer()503 type Target = RawFormatter;555 let mut f = RawFormatter::new(); in try_from_fmt()
14 use crate::str::RawFormatter;28 let mut w = unsafe { RawFormatter::from_ptrs(buf.cast(), end.cast()) }; in rust_fmt_argument()