#[repr(C)]pub struct DISPLAYCONFIG_DEVICE_INFO_HEADER {
pub type: DISPLAYCONFIG_DEVICE_INFO_TYPE,
pub size: u32,
pub adapterId: LUID,
pub id: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§type: DISPLAYCONFIG_DEVICE_INFO_TYPE
§size: u32
§adapterId: LUID
§id: u32
Trait Implementations§
§impl Clone for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Clone for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Copy for DISPLAYCONFIG_DEVICE_INFO_HEADER
Auto Trait Implementations§
impl RefUnwindSafe for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Send for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Sync for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Unpin for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl UnwindSafe for DISPLAYCONFIG_DEVICE_INFO_HEADER
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