Struct winapi::shared::wtypes::DECIMAL   [−][src]
#[repr(C)]pub struct DECIMAL {
    pub wReserved: USHORT,
    pub scale: BYTE,
    pub sign: BYTE,
    pub Hi32: ULONG,
    pub Lo64: ULONGLONG,
}Fields
wReserved: USHORTscale: BYTEsign: BYTEHi32: ULONGLo64: ULONGLONG