struct FormatOptions [src]

Fields

precision: ?usize = null
width: ?usize = null
alignment: Alignment = default_alignment
fill: u21 = default_fill_char

Source

pub const FormatOptions = struct { precision: ?usize = null, width: ?usize = null, alignment: Alignment = default_alignment, fill: u21 = default_fill_char, }