Searched refs:struct_formatter (Results 1 – 1 of 1) sorted by relevance
1313 let mut struct_formatter = f.debug_struct("xucred"); localVariable1314 struct_formatter.field("cr_version", &self.cr_version);1315 struct_formatter.field("cr_uid", &self.cr_uid);1316 struct_formatter.field("cr_ngroups", &self.cr_ngroups);1317 struct_formatter.field("cr_groups", &self.cr_groups);1319 struct_formatter.field(1323 struct_formatter.finish()