Searched defs:ByteOrderType (Results 1 – 1 of 1) sorted by relevance
1108 trait ByteOrderType: interface1178 impl<O: ByteOrder> ByteOrderType for $name<O> { impl1327 fn test_zero<T: ByteOrderType>() { in test_zero()1374 fn test_native<T: ByteOrderType>() { in test_endian()1378 fn test_non_native<T: ByteOrderType>() { in test_endian()1402 T: ByteOrderType, in test_ops_impls()