#[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
sourceimpl 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
sourceimpl Clone for DISPLAYCONFIG_PATH_TARGET_INFO
impl Clone for DISPLAYCONFIG_PATH_TARGET_INFO
sourcefn clone(&self) -> DISPLAYCONFIG_PATH_TARGET_INFO
fn clone(&self) -> DISPLAYCONFIG_PATH_TARGET_INFO
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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