Struct winsafe::VS_FIXEDFILEINFO[][src]

#[repr(C)]
pub struct VS_FIXEDFILEINFO { pub dwStrucVersion: u32, pub dwFileFlagsMask: VS_FF, pub dwFileFlags: VS_FF, pub dwFileOS: VOS, pub dwFileType: VFT, pub dwFileSubtype: VFT2, // some fields omitted }
Expand description

Fields

dwStrucVersion: u32dwFileFlagsMask: VS_FFdwFileFlags: VS_FFdwFileOS: VOSdwFileType: VFTdwFileSubtype: VFT2

Implementations

Returns the dwFileVersionMS and dwFileVersionLS fields.

Sets the dwFileVersionMS and dwFileVersionLS fields.

Returns the dwProductVersionMS and dwProductVersionLS fields.

Sets the dwProductVersionMS and dwProductVersionLS fields.

Returns the dwFileDateMS and dwFileDateLS fields.

Sets the dwFileDateMS and dwFileDateLS fields.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.