Docs.rs
bit-array-0.4.4
bit-array 0.4.4
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
ambaxter
Dependencies
bit-vec ^0.4
normal
generic-array ^0.3
normal
typenum ^1.3
normal
rand ^0.3
dev
Versions
90%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bit_
array
0.4.4
BitsIn
Required Associated Types
Output
Implementations on Foreign Types
u8
u16
u32
u64
usize
Implementors
In crate bit_
array
bit_array
Trait
BitsIn
Copy item path
Source
pub trait BitsIn { type
Output
; }
Expand description
Traits for determing how many bits a primitive contains
Required Associated Types
§
Source
type
Output
Implementations on Foreign Types
§
Source
§
impl
BitsIn
for
u8
Source
§
type
Output
=
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>
Source
§
impl
BitsIn
for
u16
Source
§
type
Output
=
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>
Source
§
impl
BitsIn
for
u32
Source
§
type
Output
=
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>
Source
§
impl
BitsIn
for
u64
Source
§
type
Output
=
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>
Source
§
impl
BitsIn
for
usize
Source
§
type
Output
=
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UInt
<
UTerm
,
B1
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>,
B0
>
Implementors
§