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: UINT32
height: UINT32
pixelFormat: DISPLAYCONFIG_PIXELFORMAT
position: POINTL
Trait Implementations
Returns the “default value” for a type. Read more