Struct winapi::um::wingdi::DISPLAYCONFIG_2DREGION
source · #[repr(C)]pub struct DISPLAYCONFIG_2DREGION {
pub cx: UINT32,
pub cy: UINT32,
}
Fields§
§cx: UINT32
§cy: UINT32
Trait Implementations§
source§impl Clone for DISPLAYCONFIG_2DREGION
impl Clone for DISPLAYCONFIG_2DREGION
source§fn clone(&self) -> DISPLAYCONFIG_2DREGION
fn clone(&self) -> DISPLAYCONFIG_2DREGION
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_2DREGION
impl Default for DISPLAYCONFIG_2DREGION
source§fn default() -> DISPLAYCONFIG_2DREGION
fn default() -> DISPLAYCONFIG_2DREGION
Returns the “default value” for a type. Read more