Docs.rs
  • proc-bitfield-0.5.0
    • proc-bitfield 0.5.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • bigbass1997
    • kelpsyberry
    • Dependencies
      • proc-bitfield-macros ^0.5.0 normal
      • static_assertions ^1.1 normal
    • Versions
    • 7.69% 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
    • 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

proc_bitfield0.5.0

  • Macros
  • Structs
  • Enums
  • Traits
  • Derive Macros

List of all items

Structs

  • example::AccessRestrictions
  • example::BitRanges
  • example::FieldTypeConversions
  • example::NestedBitfields
  • example::UnwrapBitsExample
  • example::support::NonZeroU8
  • example::support::SpuriouslyFailingU8
  • example::support::TryFromIntError
  • example::support::U16
  • example::support::U8WithParity
  • nested::NestedRef
  • nested::NestedRefMut

Enums

  • example::ConvRawBoolExample
  • example::ConvRawIntExample

Traits

  • Bit
  • Bitfield
  • Bits
  • SetBit
  • SetBits
  • Try
  • UnsafeFrom
  • UnsafeInto
  • WithBit
  • WithBits

Macros

  • bitfield
  • bits
  • set_bits
  • with_bits

Derive Macros

  • ConvRaw
  • UnwrapBits