Skip to main content

Crate shua_struct

Crate shua_struct 

Source

Modules§

field

Macros§

BitArr
Bit-Array Type Definition
bitarr
Bit-Array Value Constructor
bitbox
Boxed Bit-Slice Constructor
bits
Bit-Slice Region Constructor
bitvec
Bit-Vector Constructor

Structs§

BitArray
Bit-Precision Array Immediate
BitBox
Fixed-Size, Heap-Allocated, Bit Slice
BitPtr
Single-Bit Pointer
BitPtrRange
Bit-Pointer Range
BitRef
Proxy Bit-Reference
BitSlice
Bit-Addressable Memory
BitVec
Bit-Precision Dynamic Array
LocalBits
Least-Significant-First Bit Traversal
Lsb0
Least-Significant-First Bit Traversal
Msb0
Most-Significant-First Bit Traversal
Options

Traits§

AsBits
Immutable Bit View
AsMutBits
Mutable Bit View
BinaryField
BitField
C-Style Bit-Field Access
BitOrder
In-Element Bit Ordering
BitStore
Bit Storage
_
C-Style Bit-Field Access

Derive Macros§

BinaryStruct