Struct winapi::um::wingdi::DISPLAYCONFIG_MODE_INFO
source · #[repr(C)]pub struct DISPLAYCONFIG_MODE_INFO {
pub infoType: DISPLAYCONFIG_MODE_INFO_TYPE,
pub id: UINT32,
pub adapterId: LUID,
pub u: DISPLAYCONFIG_MODE_INFO_u,
}Fields§
§infoType: DISPLAYCONFIG_MODE_INFO_TYPE§id: UINT32§adapterId: LUID§u: DISPLAYCONFIG_MODE_INFO_uTrait Implementations§
source§impl Clone for DISPLAYCONFIG_MODE_INFO
impl Clone for DISPLAYCONFIG_MODE_INFO
source§fn clone(&self) -> DISPLAYCONFIG_MODE_INFO
fn clone(&self) -> DISPLAYCONFIG_MODE_INFO
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_MODE_INFO
impl Default for DISPLAYCONFIG_MODE_INFO
source§fn default() -> DISPLAYCONFIG_MODE_INFO
fn default() -> DISPLAYCONFIG_MODE_INFO
Returns the “default value” for a type. Read more