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

pub struct FormatSpec {
    pub fill: char,
    pub align: Alignment,
    pub flags: u32,
    pub precision: Count,
    pub width: Count,
}
Unstable (fmt_internals)

: internal to format_args!

Fields

fill
Unstable (fmt_internals)

: internal to format_args!

align
Unstable (fmt_internals)

: internal to format_args!

flags
Unstable (fmt_internals)

: internal to format_args!

precision
Unstable (fmt_internals)

: internal to format_args!

width
Unstable (fmt_internals)

: internal to format_args!

Trait Implementations

Derived Implementations

impl Clone for FormatSpec

fn clone(&self) -> FormatSpec

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

impl Copy for FormatSpec