#[repr(C)]
pub struct DRIVER_VER_INFO { pub cbStruct: u32, pub dwReserved1: usize, pub dwReserved2: usize, pub dwPlatform: u32, pub dwVersion: u32, pub wszVersion: [u16; 260], pub wszSignedBy: [u16; 260], pub pcSignerCertContext: *const CERT_CONTEXT, pub sOSVersionLow: DRIVER_VER_MAJORMINOR, pub sOSVersionHigh: DRIVER_VER_MAJORMINOR, pub dwBuildNumberLow: u32, pub dwBuildNumberHigh: u32, }
Expand description

Required features: "Win32_Security_WinTrust", "Win32_Foundation", "Win32_Security_Cryptography"

Fields

cbStruct: u32dwReserved1: usizedwReserved2: usizedwPlatform: u32dwVersion: u32wszVersion: [u16; 260]wszSignedBy: [u16; 260]pcSignerCertContext: *const CERT_CONTEXTsOSVersionLow: DRIVER_VER_MAJORMINORsOSVersionHigh: DRIVER_VER_MAJORMINORdwBuildNumberLow: u32dwBuildNumberHigh: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.