Struct winapi::winnls::CURRENCYFMTW [] [src]

pub struct CURRENCYFMTW {
    pub NumDigits: UINT,
    pub LeadingZero: UINT,
    pub Grouping: UINT,
    pub lpDecimalSep: LPWSTR,
    pub lpThousandSep: LPWSTR,
    pub NegativeOrder: UINT,
    pub PositiveOrder: UINT,
    pub lpCurrencySymbol: LPWSTR,
}

Fields

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

Trait Implementations

impl Debug for CURRENCYFMTW
[src]

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

Formats the value using the given formatter.

impl Copy for CURRENCYFMTW
[src]

impl Clone for CURRENCYFMTW
[src]

fn clone(&self) -> CURRENCYFMTW

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