Searched defs:USIZE_COUNT (Results 1 – 1 of 1) sorted by relevance
70 pub const USIZE_COUNT: usize = core::mem::size_of::<Self>() / core::mem::size_of::<usize>(); constant76 pub fn into_usize_array(self) -> [usize; Self::USIZE_COUNT] { in into_usize_array()