Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dstr.rs714 pub(crate) struct RawFormatter { struct
721 impl RawFormatter { implementation
777 impl fmt::Write for RawFormatter { implementation
806 pub(crate) struct Formatter(RawFormatter);
817 Self(unsafe { RawFormatter::from_buffer(buf, len) }) in from_buffer()
822 type Target = RawFormatter;
875 let mut f = RawFormatter::new(); in try_from_fmt()
H A Dprint.rs12 str::RawFormatter,
26 let mut w = unsafe { RawFormatter::from_ptrs(buf.cast(), end.cast()) }; in rust_fmt_argument()