Struct windows_sys::Win32::Devices::Display::INDIRECT_DISPLAY_INFO
[−]#[repr(C)]pub struct INDIRECT_DISPLAY_INFO {
pub DisplayAdapterLuid: LUID,
pub Flags: u32,
pub NumMonitors: u32,
pub DisplayAdapterTargetBase: u32,
}
Expand description
Required features: "Win32_Devices_Display"
, "Win32_Foundation"
Fields
DisplayAdapterLuid: LUID
Flags: u32
NumMonitors: u32
DisplayAdapterTargetBase: u32
Trait Implementations
impl Clone for INDIRECT_DISPLAY_INFO
impl Clone for INDIRECT_DISPLAY_INFO
impl Copy for INDIRECT_DISPLAY_INFO
Auto Trait Implementations
impl RefUnwindSafe for INDIRECT_DISPLAY_INFO
impl Send for INDIRECT_DISPLAY_INFO
impl Sync for INDIRECT_DISPLAY_INFO
impl Unpin for INDIRECT_DISPLAY_INFO
impl UnwindSafe for INDIRECT_DISPLAY_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