Struct 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