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_HEADERflags: DISPLAYCONFIG_TARGET_DEVICE_NAME_FLAGSoutputTechnology: DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGYedidManufactureId: UINT16edidProductCodeId: UINT16connectorInstance: UINT32monitorFriendlyDeviceName: [WCHAR; 64]monitorDevicePath: [WCHAR; 128]Trait Implementations
Returns the “default value” for a type. Read more