#[repr(C)]pub struct D3DKMT_PRESENT_MULTIPLANE_OVERLAY3 {Show 14 fields
pub hAdapter: u32,
pub ContextCount: u32,
pub pContextList: *mut u32,
pub VidPnSourceId: u32,
pub PresentCount: u32,
pub Flags: D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS,
pub PresentPlaneCount: u32,
pub ppPresentPlanes: *mut *mut D3DKMT_MULTIPLANE_OVERLAY3,
pub pPostComposition: *mut D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION,
pub Duration: u32,
pub HDRMetaDataType: D3DDDI_HDR_METADATA_TYPE,
pub HDRMetaDataSize: u32,
pub pHDRMetaData: *const c_void,
pub BoostRefreshRateMultiplier: u32,
}
Fields§
§hAdapter: u32
§ContextCount: u32
§pContextList: *mut u32
§VidPnSourceId: u32
§PresentCount: u32
§Flags: D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS
§PresentPlaneCount: u32
§ppPresentPlanes: *mut *mut D3DKMT_MULTIPLANE_OVERLAY3
§pPostComposition: *mut D3DKMT_MULTIPLANE_OVERLAY_POST_COMPOSITION
§Duration: u32
§HDRMetaDataType: D3DDDI_HDR_METADATA_TYPE
§HDRMetaDataSize: u32
§pHDRMetaData: *const c_void
§BoostRefreshRateMultiplier: u32
Trait Implementations§
§impl Clone for D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
impl Clone for D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
§fn clone(&self) -> D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
fn clone(&self) -> D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
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 D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
Auto Trait Implementations§
impl Freeze for D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
impl RefUnwindSafe for D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
impl !Send for D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
impl !Sync for D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
impl Unpin for D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
impl UnwindSafe for D3DKMT_PRESENT_MULTIPLANE_OVERLAY3
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
)