rstd 0.1.0
Loading...
Searching...
No Matches
rstd::fmt::FormattingOptions Struct Referenceexport
module rstd.core

Options that control how values are formatted (fill, align, width, precision, flags). More...

Detailed Description

Options that control how values are formatted (fill, align, width, precision, flags).

Bit layout (mirrors Rust's FormattingOptions): [20: 0] fill character (Unicode scalar, default U+0020 ' ') [22:21] alignment 0=none 1=left 2=right 3=center [23] sign_plus (+) [24] sign_minus (-) [25] alternate (#) [26] zero_pad (0) [27] debug (?) [28] has_width [29] has_precision


The documentation for this struct was generated from the following file: