Struct winapi::um::winnt::SUPPORTED_OS_INFO
source · #[repr(C)]pub struct SUPPORTED_OS_INFO {
pub MajorVersion: WORD,
pub MinorVersion: WORD,
}Fields§
§MajorVersion: WORD§MinorVersion: WORDTrait Implementations§
source§impl Clone for SUPPORTED_OS_INFO
impl Clone for SUPPORTED_OS_INFO
source§fn clone(&self) -> SUPPORTED_OS_INFO
fn clone(&self) -> SUPPORTED_OS_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for SUPPORTED_OS_INFO
impl Default for SUPPORTED_OS_INFO
source§fn default() -> SUPPORTED_OS_INFO
fn default() -> SUPPORTED_OS_INFO
Returns the “default value” for a type. Read more