Home
last modified time | relevance | path

Searched defs:Formatter (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dstr.rs850 unsafe { Formatter::from_buffer(buffer.as_mut_ptr(), buffer.len()) } implementation
827 pub(crate) struct Formatter(RawFormatter); global() struct
829 impl Formatter { global() implementation
842 impl Deref for Formatter { global() implementation
[all...]