Struct winapi::um::wingdi::DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
source · #[repr(C)]pub struct DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u(_);
Implementations§
source§impl DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
impl DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
pub unsafe fn AdditionalSignalInfo( &self ) -> &DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
pub unsafe fn AdditionalSignalInfo_mut( &mut self ) -> &mut DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
pub unsafe fn videoStandard(&self) -> &UINT32
pub unsafe fn videoStandard_mut(&mut self) -> &mut UINT32
Trait Implementations§
source§impl Clone for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
impl Clone for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
source§fn clone(&self) -> DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
fn clone(&self) -> DISPLAYCONFIG_VIDEO_SIGNAL_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_VIDEO_SIGNAL_INFO_u
impl Default for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
source§fn default() -> DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
fn default() -> DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
Returns the “default value” for a type. Read more