Struct winapi::winnls::NUMBERFMTA [] [src]

pub struct NUMBERFMTA {
    pub NumDigits: UINT,
    pub LeadingZero: UINT,
    pub Grouping: UINT,
    pub lpDecimalSep: LPSTR,
    pub lpThousandSep: LPSTR,
    pub NegativeOrder: UINT,
}

Fields

NumDigits: UINT LeadingZero: UINT Grouping: UINT lpDecimalSep: LPSTR lpThousandSep: LPSTR NegativeOrder: UINT

Trait Implementations

impl Debug for NUMBERFMTA
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for NUMBERFMTA
[src]

impl Clone for NUMBERFMTA
[src]

fn clone(&self) -> NUMBERFMTA

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more