Structsยง
- Binary
- A lazy format type that implements Binary as base format trait, Display and Debug as derivative from Binary
- Debug
- A lazy format type that implements Debug as base format trait
- Display
- A lazy format type that implements Display as base format trait, Debug as derivative from Display
- Lower
Exp - A lazy format type that implements LowerExp as base format trait, Display and Debug as derivative from LowerExp
- Lower
Hex - A lazy format type that implements LowerHex as base format trait, Display and Debug as derivative from LowerHex
- Octal
- A lazy format type that implements Octal as base format trait, Display and Debug as derivative from Octal
- Pointer
- A lazy format type that implements Pointer as base format trait, Display and Debug as derivative from Pointer
- Upper
Exp - A lazy format type that implements UpperExp as base format trait, Display and Debug as derivative from UpperExp
- Upper
Hex - A lazy format type that implements UpperHex as base format trait, Display and Debug as derivative from UpperHex