Home
last modified time | relevance | path

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

/external/rust/crates/zerocopy/src/
Dlib.rs1993 const VAL_BYTES: [u8; 8] = VAL.to_be_bytes(); in test_read_write() constant
1995 const VAL_BYTES: [u8; 8] = VAL.to_le_bytes(); in test_read_write() constant