Searched defs:ByteOrderType (Results 1 – 1 of 1) sorted by relevance
695 trait ByteOrderType: FromBytes + AsBytes + Unaligned + Copy + Eq + Debug { interface763 impl<O: ByteOrder> ByteOrderType for $name<O> { impl896 fn test_zero<T: ByteOrderType>() { in test_zero()943 fn test_native<T: ByteOrderType>() { in test_endian()947 fn test_non_native<T: ByteOrderType>() { in test_endian()963 fn test<T, F, G, H>(op: F, op_native: G, op_native_checked: Option<H>) in test_ops_impls()