We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36937a7 commit b865dbdCopy full SHA for b865dbd
book/src/using-bitfields.md
@@ -5,7 +5,7 @@
5
As Rust does not support bitfields, Bindgen generates a struct for each with the following characteristics
6
* Immutable getter functions for each bitfield named ```<bitfield>```
7
* Setter functions for each contiguous block of bitfields named ```set_<bitfield>```
8
-* Far each contiguous block of bitfields, Bindgen emits an opaque physical field that contains one or more logical bitfields
+* For each contiguous block of bitfields, Bindgen emits an opaque physical field that contains one or more logical bitfields
9
* A static constructor ```new_bitfield_{1, 2, ...}``` with a parameter for each bitfield contained within the opaque physical field.
10
11
## Bitfield examples
0 commit comments