Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs1108 trait ByteOrderType: trait
1178 impl<O: ByteOrder> ByteOrderType for $name<O> { impl
1327 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()