Struct winapi::um::wingdi::DISPLAYCONFIG_TARGET_PREFERRED_MODE
source · #[repr(C)]pub struct DISPLAYCONFIG_TARGET_PREFERRED_MODE {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub width: UINT32,
pub height: UINT32,
pub targetMode: DISPLAYCONFIG_TARGET_MODE,
}
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§width: UINT32
§height: UINT32
§targetMode: DISPLAYCONFIG_TARGET_MODE
Trait Implementations§
source§impl Clone for DISPLAYCONFIG_TARGET_PREFERRED_MODE
impl Clone for DISPLAYCONFIG_TARGET_PREFERRED_MODE
source§fn clone(&self) -> DISPLAYCONFIG_TARGET_PREFERRED_MODE
fn clone(&self) -> DISPLAYCONFIG_TARGET_PREFERRED_MODE
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_TARGET_PREFERRED_MODE
impl Default for DISPLAYCONFIG_TARGET_PREFERRED_MODE
source§fn default() -> DISPLAYCONFIG_TARGET_PREFERRED_MODE
fn default() -> DISPLAYCONFIG_TARGET_PREFERRED_MODE
Returns the “default value” for a type. Read more