Struct winapi::DECIMAL [] [src]

pub struct DECIMAL {
    pub wReserved: USHORT,
    pub scale: BYTE,
    pub sign: BYTE,
    pub Hi32: ULONG,
    pub Lo64: ULONGLONG,
}

Fields

wReserved: USHORT scale: BYTE sign: BYTE Hi32: ULONG Lo64: ULONGLONG

Trait Implementations

impl Debug for DECIMAL
[src]

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

Formats the value using the given formatter.

impl Copy for DECIMAL
[src]

impl Clone for DECIMAL
[src]

fn clone(&self) -> DECIMAL

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