Module core::fmt::rt::v1 [] [src]

Unstable (fmt_internals)

: internal to format_args!

This is an internal module used by the ifmt! runtime. These structures are emitted to static arrays to precompile format strings ahead of time.

These definitions are similar to their ct equivalents, but differ in that these can be statically allocated and are slightly optimized for the runtime

Structs

Argument [Unstable]
FormatSpec [Unstable]

Enums

Alignment [Unstable]

Possible alignments that can be requested as part of a formatting directive.

Count [Unstable]
Position [Unstable]