#[repr(C)]pub struct DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo {
pub bitfield: UINT32,
}
Fields§
§bitfield: UINT32
Implementations§
source§impl DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
impl DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
pub fn videoStandard(&self) -> UINT32
pub fn set_videoStandard(&mut self, val: UINT32)
pub fn vSyncFreqDivider(&self) -> UINT32
pub fn set_vSyncFreqDivider(&mut self, val: UINT32)
Trait Implementations§
source§impl Clone for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
impl Clone for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
source§fn clone(&self) -> DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
fn clone(&self) -> DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
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_AdditionalSignalInfo
impl Default for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
source§fn default() -> DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
fn default() -> DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
Returns the “default value” for a type. Read more