Lines Matching defs:for
12 * See the License for the specific language governing permissions and
18 /// Macro to implement TryFrom and Display for enumeration types.
40 impl std::convert::TryFrom<u32> for $name {
54 impl std::fmt::Display for $name {
66 /// Macro to implement TryFrom and Display for enumeration types.
88 impl std::convert::TryFrom<u32> for $name {
102 impl std::fmt::Display for $name {
112 impl $crate::Conversion for $name {
161 /// Impl from trait for u32.
171 impl From<$t> for u32 {