Struct winapi::winnls::NUMBERFMTW [] [src]

pub struct NUMBERFMTW {
    pub NumDigits: UINT,
    pub LeadingZero: UINT,
    pub Grouping: UINT,
    pub lpDecimalSep: LPWSTR,
    pub lpThousandSep: LPWSTR,
    pub NegativeOrder: UINT,
}

Fields

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

Trait Implementations

impl Debug for NUMBERFMTW
[src]

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

Formats the value using the given formatter.

impl Copy for NUMBERFMTW
[src]

impl Clone for NUMBERFMTW
[src]

fn clone(&self) -> NUMBERFMTW

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