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