Struct winapi::um::wingdi::DISPLAYCONFIG_MODE_INFO_u
source · #[repr(C)]pub struct DISPLAYCONFIG_MODE_INFO_u(_);
Implementations§
source§impl DISPLAYCONFIG_MODE_INFO_u
impl DISPLAYCONFIG_MODE_INFO_u
pub unsafe fn targetMode(&self) -> &DISPLAYCONFIG_TARGET_MODE
pub unsafe fn targetMode_mut(&mut self) -> &mut DISPLAYCONFIG_TARGET_MODE
pub unsafe fn sourceMode(&self) -> &DISPLAYCONFIG_SOURCE_MODE
pub unsafe fn sourceMode_mut(&mut self) -> &mut DISPLAYCONFIG_SOURCE_MODE
pub unsafe fn desktopImageInfo(&self) -> &DISPLAYCONFIG_DESKTOP_IMAGE_INFO
pub unsafe fn desktopImageInfo_mut( &mut self ) -> &mut DISPLAYCONFIG_DESKTOP_IMAGE_INFO
Trait Implementations§
source§impl Clone for DISPLAYCONFIG_MODE_INFO_u
impl Clone for DISPLAYCONFIG_MODE_INFO_u
source§fn clone(&self) -> DISPLAYCONFIG_MODE_INFO_u
fn clone(&self) -> DISPLAYCONFIG_MODE_INFO_u
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_MODE_INFO_u
impl Default for DISPLAYCONFIG_MODE_INFO_u
source§fn default() -> DISPLAYCONFIG_MODE_INFO_u
fn default() -> DISPLAYCONFIG_MODE_INFO_u
Returns the “default value” for a type. Read more