#[repr(C)]pub struct DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo {
pub bitfield: UINT32,
}
Fields
bitfield: UINT32
Implementations
sourceimpl 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
sourceimpl Clone for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
impl Clone for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
sourcefn 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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
Auto Trait Implementations
impl RefUnwindSafe for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
impl Send for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
impl Sync for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
impl Unpin for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
impl UnwindSafe for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_AdditionalSignalInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more