#[repr(C)]pub struct DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub Anonymous: DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION_0,
pub specializationType: GUID,
pub specializationSubType: GUID,
pub specializationApplicationName: [u16; 128],
}
Expand description
Required features: "Win32_Devices_Display"
, "Win32_Foundation"
Fields
header: DISPLAYCONFIG_DEVICE_INFO_HEADER
Anonymous: DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION_0
specializationType: GUID
specializationSubType: GUID
specializationApplicationName: [u16; 128]
Trait Implementations
impl Copy for DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION
Auto Trait Implementations
impl RefUnwindSafe for DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION
impl Send for DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION
impl Sync for DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION
impl Unpin for DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION
impl UnwindSafe for DISPLAYCONFIG_SET_MONITOR_SPECIALIZATION
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