Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/fixedbitset/src/block/
Dmod.rs70 pub const USIZE_COUNT: usize = core::mem::size_of::<Self>() / core::mem::size_of::<usize>(); constant
76 pub fn into_usize_array(self) -> [usize; Self::USIZE_COUNT] { in into_usize_array()