Searched defs:SIZE_U64 (Results 1 – 2 of 2) sorted by relevance
40 pub const SIZE_U64: usize = size_of::<u64>(); constant
22 pub(crate) const SIZE_U64: usize = std::mem::size_of::<u64>(); constant