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
LeadingZero
Grouping
lpDecimalSep
lpThousandSep
NegativeOrder
PositiveOrder
lpCurrencySymbol

Trait Implementations

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

Derived Implementations

impl Debug for CURRENCYFMTW
[src]

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

Formats the value using the given formatter.