Enum rustc_builtin_macros::format_foreign::printf::Num [−][src]
Expand description
A general number used in a printf
formatting directive.
Variants
Num(u16)
A specific, fixed value.
Tuple Fields of Num
0: u16
Arg(u16)
The value is derived from a positional argument.
Tuple Fields of Arg
0: u16
The value is derived from the “next” unconverted argument.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Num
impl UnwindSafe for Num
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes
Size for each variant:
Num
: 2 bytesArg
: 2 bytesNext
: 0 bytes