Home
last modified time | relevance | path

Searched defs:ByteOrderType (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/zerocopy/src/
Dbyteorder.rs695 trait ByteOrderType: FromBytes + AsBytes + Unaligned + Copy + Eq + Debug { interface
763 impl<O: ByteOrder> ByteOrderType for $name<O> { impl
896 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()