Expand description
This module shows an example of code generated by the macro. IT MUST NOT BE USED OUTSIDE THIS CRATE.
Usually, when you call the bitflags! macro, only the Flags type would be visible. In this
example, the Field0, Iter, and IterRaw types are also exposed so that you can explore
their APIs. The Field0 type can be accessed as self.0 on an instance of Flags.
Structsยง
- Field0
- Flags
- This is the same
Flagsstruct defined in the crate level example. Note that this struct is just for documentation purposes only, it must not be used outside this crate.