We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b34d5c commit b969bfbCopy full SHA for b969bfb
book/src/using-bitfields.md
@@ -4,7 +4,7 @@
4
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 bsock of bitfields named ```set_<bitfield>```
+* 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
9
* A static constructor ```new_bitfield_{1, 2, ...}``` with a parameter for each bitfield contained within the opaque physical field.
10
0 commit comments