#[repr(C)]pub struct DISPLAYCONFIG_PATH_TARGET_INFO {
pub adapterId: LUID,
pub id: u32,
pub Anonymous: DISPLAYCONFIG_PATH_TARGET_INFO_0,
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: u32,
}Expand description
Required features: "Win32_Devices_Display", "Win32_Foundation"
Fields
adapterId: LUIDid: u32Anonymous: DISPLAYCONFIG_PATH_TARGET_INFO_0outputTechnology: DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGYrotation: DISPLAYCONFIG_ROTATIONscaling: DISPLAYCONFIG_SCALINGrefreshRate: DISPLAYCONFIG_RATIONALscanLineOrdering: DISPLAYCONFIG_SCANLINE_ORDERINGtargetAvailable: BOOLstatusFlags: u32Trait Implementations
impl Clone for DISPLAYCONFIG_PATH_TARGET_INFO
impl Clone for DISPLAYCONFIG_PATH_TARGET_INFO
impl Copy for DISPLAYCONFIG_PATH_TARGET_INFO
Auto Trait Implementations
impl RefUnwindSafe for DISPLAYCONFIG_PATH_TARGET_INFO
impl Send for DISPLAYCONFIG_PATH_TARGET_INFO
impl Sync for DISPLAYCONFIG_PATH_TARGET_INFO
impl Unpin for DISPLAYCONFIG_PATH_TARGET_INFO
impl UnwindSafe for DISPLAYCONFIG_PATH_TARGET_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more