Struct winapi::um::wingdi::DISPLAYCONFIG_TARGET_BASE_TYPE [−][src]
#[repr(C)]pub struct DISPLAYCONFIG_TARGET_BASE_TYPE {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub baseOutputTechnology: DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY,
}
Fields
header: DISPLAYCONFIG_DEVICE_INFO_HEADER
baseOutputTechnology: DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
Trait Implementations
Returns the “default value” for a type. Read more