Struct core::fmt::rt::v1::Argument [] [src]

pub struct Argument {
    pub position: Position,
    pub format: FormatSpec,
}
Unstable (fmt_internals)

: internal to format_args!

Fields

position
Unstable (fmt_internals)

: internal to format_args!

format
Unstable (fmt_internals)

: internal to format_args!

Trait Implementations

Derived Implementations

impl Clone for Argument

fn clone(&self) -> Argument

fn clone_from(&mut self, source: &Self)

impl Copy for Argument