Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs667 pub struct NullTerminatedFormatter<'a> { struct
671 impl<'a> NullTerminatedFormatter<'a> { impl
673 pub fn new(buffer: &'a mut [u8]) -> Option<NullTerminatedFormatter<'a>> { in new()
683 impl Write for NullTerminatedFormatter<'_> { implementation