Searched refs:WPD_SECTION_DATA_UNITS_VALUES (Results 1 – 2 of 2) sorted by relevance
3213 pub struct WPD_SECTION_DATA_UNITS_VALUES(pub i32); struct3214 pub const WPD_SECTION_DATA_UNITS_BYTES: WPD_SECTION_DATA_UNITS_VALUES = WPD_SECTION_DATA_UNITS_VALU…3215 …ub const WPD_SECTION_DATA_UNITS_MILLISECONDS: WPD_SECTION_DATA_UNITS_VALUES = WPD_SECTION_DATA_UNI…3216 impl ::std::convert::From<i32> for WPD_SECTION_DATA_UNITS_VALUES { implementation3221 unsafe impl ::windows::runtime::Abi for WPD_SECTION_DATA_UNITS_VALUES { implementation
5334 pub type WPD_SECTION_DATA_UNITS_VALUES = i32; typedef5335 pub const WPD_SECTION_DATA_UNITS_BYTES: WPD_SECTION_DATA_UNITS_VALUES = 0i32;5336 pub const WPD_SECTION_DATA_UNITS_MILLISECONDS: WPD_SECTION_DATA_UNITS_VALUES = 1i32;