Struct windows_sys::Win32::Security::WinTrust::DRIVER_VER_INFO
#[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_Foundation"
, "Win32_Security_Cryptography"
Fields§
§cbStruct: u32
§dwReserved1: usize
§dwReserved2: usize
§dwPlatform: u32
§dwVersion: u32
§wszVersion: [u16; 260]
§wszSignedBy: [u16; 260]
§pcSignerCertContext: *const CERT_CONTEXT
§sOSVersionLow: DRIVER_VER_MAJORMINOR
§sOSVersionHigh: DRIVER_VER_MAJORMINOR
§dwBuildNumberLow: u32
§dwBuildNumberHigh: u32
Trait Implementations§
§impl Clone for DRIVER_VER_INFO
impl Clone for DRIVER_VER_INFO
impl Copy for DRIVER_VER_INFO
Auto Trait Implementations§
impl RefUnwindSafe for DRIVER_VER_INFO
impl !Send for DRIVER_VER_INFO
impl !Sync for DRIVER_VER_INFO
impl Unpin for DRIVER_VER_INFO
impl UnwindSafe for DRIVER_VER_INFO
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more