Home
last modified time | relevance | path

Searched refs:AS_U32 (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/
H A Dmacros.rs1689 const AS_U32: u32 = include_value!("../testdata/include_value/data"); in test_include_value() constant
1690 assert_eq!(AS_U32, u32::from_ne_bytes([b'a', b'b', b'c', b'd'])); in test_include_value()