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