Struct winapi::um::wingdi::DISPLAYCONFIG_DEVICE_INFO_HEADER
source · #[repr(C)]pub struct DISPLAYCONFIG_DEVICE_INFO_HEADER {
pub _type: DISPLAYCONFIG_DEVICE_INFO_TYPE,
pub size: UINT32,
pub adapterId: LUID,
pub id: UINT32,
}
Fields§
§_type: DISPLAYCONFIG_DEVICE_INFO_TYPE
§size: UINT32
§adapterId: LUID
§id: UINT32
Trait Implementations§
source§impl Clone for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Clone for DISPLAYCONFIG_DEVICE_INFO_HEADER
source§fn clone(&self) -> DISPLAYCONFIG_DEVICE_INFO_HEADER
fn clone(&self) -> DISPLAYCONFIG_DEVICE_INFO_HEADER
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Default for DISPLAYCONFIG_DEVICE_INFO_HEADER
source§fn default() -> DISPLAYCONFIG_DEVICE_INFO_HEADER
fn default() -> DISPLAYCONFIG_DEVICE_INFO_HEADER
Returns the “default value” for a type. Read more