#[repr(C)]pub struct DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub Anonymous: DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION_0,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§Anonymous: DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION_0
Trait Implementations§
impl Copy for DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION
Auto Trait Implementations§
impl RefUnwindSafe for DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION
impl Send for DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION
impl Sync for DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION
impl Unpin for DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION
impl UnwindSafe for DISPLAYCONFIG_GET_MONITOR_SPECIALIZATION
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