Lines Matching defs:std
40 impl std::convert::TryFrom<u32> for $name {
43 fn try_from(v: u32) -> std::result::Result<Self, Self::Error> {
54 impl std::fmt::Display for $name {
55 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
88 impl std::convert::TryFrom<u32> for $name {
91 fn try_from(v: u32) -> std::result::Result<Self, Self::Error> {
102 impl std::fmt::Display for $name {
103 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {