Lines Matching defs:fmt
39 use std::{fmt, mem, ptr};
116 impl fmt::Display for Uid {
117 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
118 fmt::Display::fmt(&self.0, f)
168 impl fmt::Display for Gid {
169 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
170 fmt::Display::fmt(&self.0, f)
214 impl fmt::Display for Pid {
215 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
216 fmt::Display::fmt(&self.0, f)