Struct windows::Win32::Devices::Display::DISPLAYCONFIG_PATH_TARGET_INFO
#[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,
}
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
§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 more§impl Default for DISPLAYCONFIG_PATH_TARGET_INFO
impl Default for DISPLAYCONFIG_PATH_TARGET_INFO
impl Copy for DISPLAYCONFIG_PATH_TARGET_INFO
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_PATH_TARGET_INFO
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)