Struct windows_sys::Wdk::Graphics::Direct3D::DXGK_TARGETMODE_DETAIL_TIMING
#[repr(C)]pub struct DXGK_TARGETMODE_DETAIL_TIMING {
pub VideoStandard: D3DKMDT_VIDEO_SIGNAL_STANDARD,
pub TimingId: u32,
pub DetailTiming: DISPLAYID_DETAILED_TIMING_TYPE_I,
}
Fields§
§VideoStandard: D3DKMDT_VIDEO_SIGNAL_STANDARD
§TimingId: u32
§DetailTiming: DISPLAYID_DETAILED_TIMING_TYPE_I
Trait Implementations§
§impl Clone for DXGK_TARGETMODE_DETAIL_TIMING
impl Clone for DXGK_TARGETMODE_DETAIL_TIMING
§fn clone(&self) -> DXGK_TARGETMODE_DETAIL_TIMING
fn clone(&self) -> DXGK_TARGETMODE_DETAIL_TIMING
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 DXGK_TARGETMODE_DETAIL_TIMING
Auto Trait Implementations§
impl Freeze for DXGK_TARGETMODE_DETAIL_TIMING
impl RefUnwindSafe for DXGK_TARGETMODE_DETAIL_TIMING
impl Send for DXGK_TARGETMODE_DETAIL_TIMING
impl Sync for DXGK_TARGETMODE_DETAIL_TIMING
impl Unpin for DXGK_TARGETMODE_DETAIL_TIMING
impl UnwindSafe for DXGK_TARGETMODE_DETAIL_TIMING
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)