Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs540 pub struct RawFormatter { struct
547 impl RawFormatter { implementation
603 impl fmt::Write for RawFormatter { implementation
632 pub struct Formatter<'a>(RawFormatter, PhantomData<&'a mut ()>);
643 Self(unsafe { RawFormatter::from_buffer(buf, len) }, PhantomData) in from_buffer()
655 type Target = RawFormatter;
834 let mut f = RawFormatter::new(); in try_from_fmt()
H A Dprint.rs13 str::RawFormatter,
31 let mut w = unsafe { RawFormatter::from_ptrs(buf.cast(), end.cast()) };