Trait compiler_builtins::int::Int
[−]
[src]
pub trait Int {
fn bits() -> u32;
}🔬 This is a nightly-only experimental API. (compiler_builtins_lib)
Compiler builtins. Will never become stable.
Trait for some basic operations on integers
Required Methods
fn bits() -> u32
🔬 This is a nightly-only experimental API. (compiler_builtins_lib)
Compiler builtins. Will never become stable.
Returns the bitwidth of the int type
Implementors
impl Int for u32impl Int for i32impl Int for u64impl Int for i64