Struct winapi::um::wingdi::DISPLAYCONFIG_PATH_TARGET_INFO
source · #[repr(C)]pub struct DISPLAYCONFIG_PATH_TARGET_INFO {
pub adapterId: LUID,
pub id: UINT32,
pub modeInfoIdx: UINT32,
pub outputTechnology: DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY,
pub rotation: DISPLAYCONFIG_ROTATION,
pub scaling: DISPLAYCONFIG_SCALING,
pub refreshRate: DISPLAYCONFIG_RATIONAL,
pub scanLineOrdering: DISPLAYCONFIG_SCANLINE_ORDERING,
pub targetAvailable: BOOL,
pub statusFlags: UINT32,
}
Fields§
§adapterId: LUID
§id: UINT32
§modeInfoIdx: UINT32
§outputTechnology: DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
§rotation: DISPLAYCONFIG_ROTATION
§scaling: DISPLAYCONFIG_SCALING
§refreshRate: DISPLAYCONFIG_RATIONAL
§scanLineOrdering: DISPLAYCONFIG_SCANLINE_ORDERING
§targetAvailable: BOOL
§statusFlags: UINT32
Implementations§
source§impl DISPLAYCONFIG_PATH_TARGET_INFO
impl DISPLAYCONFIG_PATH_TARGET_INFO
pub fn desktopModeInfoIdx(&self) -> UINT32
pub fn set_desktopModeInfoIdx(&mut self, val: UINT32)
pub fn targetModeInfoIdx(&self) -> UINT32
pub fn set_targetModeInfoIdx(&mut self, val: UINT32)
Trait Implementations§
source§impl Clone for DISPLAYCONFIG_PATH_TARGET_INFO
impl Clone for DISPLAYCONFIG_PATH_TARGET_INFO
source§fn clone(&self) -> DISPLAYCONFIG_PATH_TARGET_INFO
fn clone(&self) -> DISPLAYCONFIG_PATH_TARGET_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_PATH_TARGET_INFO
impl Default for DISPLAYCONFIG_PATH_TARGET_INFO
source§fn default() -> DISPLAYCONFIG_PATH_TARGET_INFO
fn default() -> DISPLAYCONFIG_PATH_TARGET_INFO
Returns the “default value” for a type. Read more