Docs.rs
bit-bounds-1.0.0
bit-bounds 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Bajix
Dependencies
const-assert ^1.0.0
normal
Versions
2.63%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
IsPowerOf2
bit_
bounds
1.0.0
IsPower
Of2
Implementors
In crate bit_
bounds
bit_bounds
Trait
IsPower
Of2
Copy item path
Source
pub trait IsPowerOf2 { }
Implementors
§
Source
§
impl<const N:
u8
>
IsPowerOf2
for bit_bounds::u8::
Int
<N>
where
Assert
<{ _ }>:
IsTrue
,
Source
§
impl<const N:
u16
>
IsPowerOf2
for bit_bounds::u16::
Int
<N>
where
Assert
<{ _ }>:
IsTrue
,
Source
§
impl<const N:
u32
>
IsPowerOf2
for bit_bounds::u32::
Int
<N>
where
Assert
<{ _ }>:
IsTrue
,
Source
§
impl<const N:
u64
>
IsPowerOf2
for bit_bounds::u64::
Int
<N>
where
Assert
<{ _ }>:
IsTrue
,
Source
§
impl<const N:
u128
>
IsPowerOf2
for bit_bounds::u128::
Int
<N>
where
Assert
<{ _ }>:
IsTrue
,
Source
§
impl<const N:
usize
>
IsPowerOf2
for bit_bounds::usize::
Int
<N>
where
Assert
<{ _ }>:
IsTrue
,