Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/kernel/
A Dstr.rs386 pub(crate) struct RawFormatter { struct
393 impl RawFormatter { argument
449 impl fmt::Write for RawFormatter { implementation
478 pub(crate) struct Formatter(RawFormatter);
489 Self(unsafe { RawFormatter::from_buffer(buf, len) }) in from_buffer()
494 type Target = RawFormatter;
546 let mut f = RawFormatter::new(); in try_from_fmt()
A Dprint.rs14 use crate::str::RawFormatter;
24 let mut w = unsafe { RawFormatter::from_ptrs(buf.cast(), end.cast()) }; in rust_fmt_argument()

Completed in 5 milliseconds