Searched defs:SIZE_U32 (Results 1 – 2 of 2) sorted by relevance
37 pub const SIZE_U32: usize = size_of::<u32>(); constant
21 pub(crate) const SIZE_U32: usize = std::mem::size_of::<u32>(); constant