Struct win_sys::SystemServices::MAXVERSIONTESTED_INFO [−][src]
#[repr(C)]pub struct MAXVERSIONTESTED_INFO {
pub MaxVersionTested: u64,
}Expand description
Required features: Win32_System_SystemServices
Fields
MaxVersionTested: u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MAXVERSIONTESTED_INFO
impl Send for MAXVERSIONTESTED_INFO
impl Sync for MAXVERSIONTESTED_INFO
impl Unpin for MAXVERSIONTESTED_INFO
impl UnwindSafe for MAXVERSIONTESTED_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more