Struct windows_sys::Win32::Devices::Display::DISPLAYCONFIG_MODE_INFO
[−]#[repr(C)]pub struct DISPLAYCONFIG_MODE_INFO {
pub infoType: DISPLAYCONFIG_MODE_INFO_TYPE,
pub id: u32,
pub adapterId: LUID,
pub Anonymous: DISPLAYCONFIG_MODE_INFO_0,
}
Expand description
Required features: "Win32_Devices_Display"
, "Win32_Foundation"
Fields
infoType: DISPLAYCONFIG_MODE_INFO_TYPE
id: u32
adapterId: LUID
Anonymous: DISPLAYCONFIG_MODE_INFO_0
Trait Implementations
impl Clone for DISPLAYCONFIG_MODE_INFO
impl Clone for DISPLAYCONFIG_MODE_INFO
impl Copy for DISPLAYCONFIG_MODE_INFO
Auto Trait Implementations
impl RefUnwindSafe for DISPLAYCONFIG_MODE_INFO
impl Send for DISPLAYCONFIG_MODE_INFO
impl Sync for DISPLAYCONFIG_MODE_INFO
impl Unpin for DISPLAYCONFIG_MODE_INFO
impl UnwindSafe for DISPLAYCONFIG_MODE_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