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