#[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: LUID
id: u32
Anonymous: DISPLAYCONFIG_PATH_TARGET_INFO_0
outputTechnology: DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
rotation: DISPLAYCONFIG_ROTATION
scaling: DISPLAYCONFIG_SCALING
refreshRate: DISPLAYCONFIG_RATIONAL
scanLineOrdering: DISPLAYCONFIG_SCANLINE_ORDERING
targetAvailable: BOOL
statusFlags: u32
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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