Struct winapi::winnls::CURRENCYFMTA [] [src]

pub struct CURRENCYFMTA {
    pub NumDigits: UINT,
    pub LeadingZero: UINT,
    pub Grouping: UINT,
    pub lpDecimalSep: LPSTR,
    pub lpThousandSep: LPSTR,
    pub NegativeOrder: UINT,
    pub PositiveOrder: UINT,
    pub lpCurrencySymbol: LPSTR,
}

Fields

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

Trait Implementations

impl Debug for CURRENCYFMTA
[src]

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

Formats the value using the given formatter.

impl Copy for CURRENCYFMTA
[src]

impl Clone for CURRENCYFMTA
[src]

fn clone(&self) -> CURRENCYFMTA

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