Struct winapi::DECIMAL [] [src]

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

Fields

wReserved
scale
sign
Hi32
Lo64

Trait Implementations

Derived Implementations

impl Debug for DECIMAL

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

impl Copy for DECIMAL

impl Clone for DECIMAL

fn clone(&self) -> DECIMAL

fn clone_from(&mut self, source: &Self)