Struct winapi::wtypes::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
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