Struct windows_sys::Wdk::Graphics::Direct3D::D3DKMDT_VIDPN_PRESENT_PATH
#[repr(C)]pub struct D3DKMDT_VIDPN_PRESENT_PATH {
pub VidPnSourceId: u32,
pub VidPnTargetId: u32,
pub ImportanceOrdinal: D3DKMDT_VIDPN_PRESENT_PATH_IMPORTANCE,
pub ContentTransformation: D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION,
pub VisibleFromActiveTLOffset: D3DKMDT_2DREGION,
pub VisibleFromActiveBROffset: D3DKMDT_2DREGION,
pub VidPnTargetColorBasis: D3DKMDT_COLOR_BASIS,
pub VidPnTargetColorCoeffDynamicRanges: D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES,
pub Content: D3DKMDT_VIDPN_PRESENT_PATH_CONTENT,
pub CopyProtection: D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION,
pub GammaRamp: D3DKMDT_GAMMA_RAMP,
}
Fields§
§VidPnSourceId: u32
§VidPnTargetId: u32
§ImportanceOrdinal: D3DKMDT_VIDPN_PRESENT_PATH_IMPORTANCE
§ContentTransformation: D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
§VisibleFromActiveTLOffset: D3DKMDT_2DREGION
§VisibleFromActiveBROffset: D3DKMDT_2DREGION
§VidPnTargetColorBasis: D3DKMDT_COLOR_BASIS
§VidPnTargetColorCoeffDynamicRanges: D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES
§Content: D3DKMDT_VIDPN_PRESENT_PATH_CONTENT
§CopyProtection: D3DKMDT_VIDPN_PRESENT_PATH_COPYPROTECTION
§GammaRamp: D3DKMDT_GAMMA_RAMP
Trait Implementations§
§impl Clone for D3DKMDT_VIDPN_PRESENT_PATH
impl Clone for D3DKMDT_VIDPN_PRESENT_PATH
§fn clone(&self) -> D3DKMDT_VIDPN_PRESENT_PATH
fn clone(&self) -> D3DKMDT_VIDPN_PRESENT_PATH
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 D3DKMDT_VIDPN_PRESENT_PATH
Auto Trait Implementations§
impl Freeze for D3DKMDT_VIDPN_PRESENT_PATH
impl RefUnwindSafe for D3DKMDT_VIDPN_PRESENT_PATH
impl !Send for D3DKMDT_VIDPN_PRESENT_PATH
impl !Sync for D3DKMDT_VIDPN_PRESENT_PATH
impl Unpin for D3DKMDT_VIDPN_PRESENT_PATH
impl UnwindSafe for D3DKMDT_VIDPN_PRESENT_PATH
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
)