Enum syntax_ext::format_foreign::printf::Num[][src]

pub enum Num {
    Num(u16),
    Arg(u16),
    Next,
}
🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

A general number used in a printf formatting directive.

Variants

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

A specific, fixed value.

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

The value is derived from a positional argument.

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

The value is derived from the "next" unconverted argument.

Methods

impl Num
[src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Trait Implementations

impl Copy for Num
[src]

impl Clone for Num
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Num
[src]

impl PartialEq for Num
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Num
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Num

impl Sync for Num