Skip to main content

version_number_t

Type Alias version_number_t 

Source
pub type version_number_t = _version_number_t;
Expand description

Used to hold .rsrc section version number information. This number is usually presented as p1.p2.p3.p4 by PE parsing tools.

Aliased Type§

#[repr(C)]
pub union version_number_t { pub version: u64, pub version_uint: _version_number_t__bindgen_ty_1, pub version_parts: _version_number_t__bindgen_ty_2, }

Fields§

§version: u64

< Representation as a 64-bit integer.

§version_uint: _version_number_t__bindgen_ty_1

< Representation as 2 32-bit integers.

§version_parts: _version_number_t__bindgen_ty_2

< Representation as 4 16-bit integers.