Struct winapi::um::wingdi::DISPLAYCONFIG_TARGET_DEVICE_NAME [−][src]
#[repr(C)]pub struct DISPLAYCONFIG_TARGET_DEVICE_NAME {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub flags: DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS,
pub outputTechnology: DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY,
pub edidManufactureId: UINT16,
pub edidProductCodeId: UINT16,
pub connectorInstance: UINT32,
pub monitorFriendlyDeviceName: [WCHAR; 64],
pub monitorDevicePath: [WCHAR; 128],
}
Fields
header: DISPLAYCONFIG_DEVICE_INFO_HEADER
flags: DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGS
outputTechnology: DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
edidManufactureId: UINT16
edidProductCodeId: UINT16
connectorInstance: UINT32
monitorFriendlyDeviceName: [WCHAR; 64]
monitorDevicePath: [WCHAR; 128]
Trait Implementations
Returns the “default value” for a type. Read more