Struct winapi::um::wingdi::DISPLAYCONFIG_SOURCE_MODE [−][src]
#[repr(C)]pub struct DISPLAYCONFIG_SOURCE_MODE {
pub width: UINT32,
pub height: UINT32,
pub pixelFormat: DISPLAYCONFIG_PIXELFORMAT,
pub position: POINTL,
}Fields
width: UINT32height: UINT32pixelFormat: DISPLAYCONFIG_PIXELFORMATposition: POINTLTrait Implementations
Returns the “default value” for a type. Read more