Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/util/
H A Dmod.rs872 pub(crate) struct AU64(pub(crate) u64); struct
874 impl AU64 { implementation
881 impl Display for AU64 { implementation
/linux/rust/zerocopy/src/
H A Dref.rs1035 fn test_new_helper(mut r: Ref<&mut [u8], AU64>) { in test_new_helper() argument
1060 fn test_new_helper_slice(mut r: Ref<&mut [u8], [AU64]>, typed_len: usize) { in test_new_helper_slice()