Struct winapi::um::wingdi::DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
source · #[repr(C)]pub struct DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub value: UINT32,
}
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§value: UINT32
Implementations§
source§impl DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
impl DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
pub fn disableMonitorVirtualResolution(&self) -> UINT32
pub fn set_disableMonitorVirtualResolution(&mut self, val: UINT32)
Trait Implementations§
source§impl Clone for DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
impl Clone for DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
source§fn clone(&self) -> DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
fn clone(&self) -> DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
impl Default for DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
source§fn default() -> DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
fn default() -> DISPLAYCONFIG_SUPPORT_VIRTUAL_RESOLUTION
Returns the “default value” for a type. Read more