#[repr(C)]pub struct DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u(_);
Implementations
sourceimpl 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
sourceimpl Clone for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
impl Clone for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
sourcefn 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 · 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_u
Auto Trait Implementations
impl RefUnwindSafe for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
impl Send for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
impl Sync for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
impl Unpin for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
impl UnwindSafe for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
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