Struct windows_sys::Wdk::Graphics::Direct3D::D3DKMDT_MONITOR_SOURCE_MODE
#[repr(C)]pub struct D3DKMDT_MONITOR_SOURCE_MODE {
pub Id: u32,
pub VideoSignalInfo: D3DKMDT_VIDEO_SIGNAL_INFO,
pub ColorBasis: D3DKMDT_COLOR_BASIS,
pub ColorCoeffDynamicRanges: D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES,
pub Origin: D3DKMDT_MONITOR_CAPABILITIES_ORIGIN,
pub Preference: D3DKMDT_MODE_PREFERENCE,
}Fields§
§Id: u32§VideoSignalInfo: D3DKMDT_VIDEO_SIGNAL_INFO§ColorBasis: D3DKMDT_COLOR_BASIS§ColorCoeffDynamicRanges: D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES§Origin: D3DKMDT_MONITOR_CAPABILITIES_ORIGIN§Preference: D3DKMDT_MODE_PREFERENCETrait Implementations§
§impl Clone for D3DKMDT_MONITOR_SOURCE_MODE
impl Clone for D3DKMDT_MONITOR_SOURCE_MODE
impl Copy for D3DKMDT_MONITOR_SOURCE_MODE
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMDT_MONITOR_SOURCE_MODE
impl Send for D3DKMDT_MONITOR_SOURCE_MODE
impl Sync for D3DKMDT_MONITOR_SOURCE_MODE
impl Unpin for D3DKMDT_MONITOR_SOURCE_MODE
impl UnwindSafe for D3DKMDT_MONITOR_SOURCE_MODE
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