Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs1320 const _FROM_BYTES: U16 = U16::from_bytes([0, 1]); in test_const_methods() constant
1321 const _BYTES: [u8; 2] = _FROM_BYTES.to_bytes(); in test_const_methods()