#[repr(C)]pub struct DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u(/* private fields */);
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 moreimpl Copy for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_VIDEO_SIGNAL_INFO_u
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more