Struct windows::Wdk::Graphics::Direct3D::D3DKMT_PRESENT_MULTIPLANE_OVERLAY
#[repr(C)]pub struct D3DKMT_PRESENT_MULTIPLANE_OVERLAY {
pub Anonymous: D3DKMT_PRESENT_MULTIPLANE_OVERLAY_0,
pub BroadcastContextCount: u32,
pub BroadcastContext: [u32; 64],
pub VidPnSourceId: u32,
pub PresentCount: u32,
pub FlipInterval: D3DDDI_FLIPINTERVAL_TYPE,
pub Flags: D3DKMT_PRESENTFLAGS,
pub PresentPlaneCount: u32,
pub pPresentPlanes: *mut D3DKMT_MULTIPLANE_OVERLAY,
pub Duration: u32,
}
Fields§
§Anonymous: D3DKMT_PRESENT_MULTIPLANE_OVERLAY_0
§BroadcastContextCount: u32
§BroadcastContext: [u32; 64]
§VidPnSourceId: u32
§PresentCount: u32
§FlipInterval: D3DDDI_FLIPINTERVAL_TYPE
§Flags: D3DKMT_PRESENTFLAGS
§PresentPlaneCount: u32
§pPresentPlanes: *mut D3DKMT_MULTIPLANE_OVERLAY
§Duration: u32
Trait Implementations§
§impl Clone for D3DKMT_PRESENT_MULTIPLANE_OVERLAY
impl Clone for D3DKMT_PRESENT_MULTIPLANE_OVERLAY
§fn clone(&self) -> D3DKMT_PRESENT_MULTIPLANE_OVERLAY
fn clone(&self) -> D3DKMT_PRESENT_MULTIPLANE_OVERLAY
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_OVERLAY
Auto Trait Implementations§
impl Freeze for D3DKMT_PRESENT_MULTIPLANE_OVERLAY
impl RefUnwindSafe for D3DKMT_PRESENT_MULTIPLANE_OVERLAY
impl !Send for D3DKMT_PRESENT_MULTIPLANE_OVERLAY
impl !Sync for D3DKMT_PRESENT_MULTIPLANE_OVERLAY
impl Unpin for D3DKMT_PRESENT_MULTIPLANE_OVERLAY
impl UnwindSafe for D3DKMT_PRESENT_MULTIPLANE_OVERLAY
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
)