Module com_types

Module com_types 

Source
Expand description

Utilities for handling COM types ([BOOL], [CY], [DECIMAL], etc.)

Modulesยง

bool
Wrapper type for [BOOL]
currency
Wrapper type for [CY]
date
Wrapper type for COM dates (stored as f64)
decimal
Wrapper type for [DECIMAL]
ptr_wrapper
Wrapper type for a non-null pointer to non-owned mutable data