Docs.rs
bit-struct-0.1.26
bit-struct 0.1.26
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
andrewgazelka
Dependencies
num-traits ^0.2
normal
matches ^0.1.9
dev
trybuild ^1.0
dev
Versions
20%
of the crate is documented
Go to latest version
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
☰
Trait BitStructExt
Required Methods
exact_from
Implementors
Other items in
bit_struct
?
Trait
bit_struct
::
BitStructExt
[
−
]
[src]
pub trait BitStructExt:
BitStruct
<true> { fn
exact_from
(value: Self::
Kind
) -> Self; }
Required methods
[src]
fn
exact_from
(value: Self::
Kind
) -> Self
Implementors
[src]
impl<T:
BitStruct
<true>>
BitStructExt
for T