Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Corelib
pub trait BitSize
T
usize
fn bits() -> u32
use core::num::traits::BitSize; let bits = BitSize::::bits(); assert!(bits == 8);
Was this page helpful?