#[repr(C)]pub struct D3DKMT_PRESENT_MULTIPLANE_OVERLAY2 {
pub hAdapter: u32,
pub Anonymous: D3DKMT_PRESENT_MULTIPLANE_OVERLAY2_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_OVERLAY2,
pub Duration: u32,
}
Fields§
§hAdapter: u32
§Anonymous: D3DKMT_PRESENT_MULTIPLANE_OVERLAY2_0
§BroadcastContextCount: u32
§BroadcastContext: [u32; 64]
§VidPnSourceId: u32
§PresentCount: u32
§FlipInterval: D3DDDI_FLIPINTERVAL_TYPE
§Flags: D3DKMT_PRESENTFLAGS
§PresentPlaneCount: u32
§pPresentPlanes: *mut D3DKMT_MULTIPLANE_OVERLAY2
§Duration: u32
Trait Implementations§
§impl Clone for D3DKMT_PRESENT_MULTIPLANE_OVERLAY2
impl Clone for D3DKMT_PRESENT_MULTIPLANE_OVERLAY2
§fn clone(&self) -> D3DKMT_PRESENT_MULTIPLANE_OVERLAY2
fn clone(&self) -> D3DKMT_PRESENT_MULTIPLANE_OVERLAY2
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_OVERLAY2
Auto Trait Implementations§
impl Freeze for D3DKMT_PRESENT_MULTIPLANE_OVERLAY2
impl RefUnwindSafe for D3DKMT_PRESENT_MULTIPLANE_OVERLAY2
impl !Send for D3DKMT_PRESENT_MULTIPLANE_OVERLAY2
impl !Sync for D3DKMT_PRESENT_MULTIPLANE_OVERLAY2
impl Unpin for D3DKMT_PRESENT_MULTIPLANE_OVERLAY2
impl UnwindSafe for D3DKMT_PRESENT_MULTIPLANE_OVERLAY2
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
)