#[repr(C)]pub struct SP_ALTPLATFORM_INFO_V2 {
pub cbSize: u32,
pub Platform: VER_PLATFORM,
pub MajorVersion: u32,
pub MinorVersion: u32,
pub ProcessorArchitecture: u16,
pub Anonymous: SP_ALTPLATFORM_INFO_V2_0,
pub FirstValidatedMajorVersion: u32,
pub FirstValidatedMinorVersion: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
, "Win32_System_Diagnostics_Debug"
Fields
cbSize: u32
Platform: VER_PLATFORM
MajorVersion: u32
MinorVersion: u32
ProcessorArchitecture: u16
Anonymous: SP_ALTPLATFORM_INFO_V2_0
FirstValidatedMajorVersion: u32
FirstValidatedMinorVersion: u32
Trait Implementations
impl Clone for SP_ALTPLATFORM_INFO_V2
impl Clone for SP_ALTPLATFORM_INFO_V2
impl Copy for SP_ALTPLATFORM_INFO_V2
Auto Trait Implementations
impl RefUnwindSafe for SP_ALTPLATFORM_INFO_V2
impl Send for SP_ALTPLATFORM_INFO_V2
impl Sync for SP_ALTPLATFORM_INFO_V2
impl Unpin for SP_ALTPLATFORM_INFO_V2
impl UnwindSafe for SP_ALTPLATFORM_INFO_V2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more