Docs.rs
bitflags-core-0.3.4
bitflags-core 0.3.4
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
emberian
Dependencies
Versions
100%
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
bitflags_
core
0.3.4
All Items
Crate Items
Macros
Crate
bitflags_core
Copy item path
Source
Expand description
A typesafe bitmask flag generator.
Macros
ยง
bitflags
The
bitflags!
macro generates a
struct
that holds a set of C-style bitmask flags. It is useful for creating typesafe wrappers for C APIs.