#[repr(C)]pub struct D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3 {
pub LayerIndex: u32,
pub hResource: u32,
pub CompSurfaceLuid: LUID,
pub VidPnSourceId: u32,
pub pPlaneAttributes: *mut D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§LayerIndex: u32
§hResource: u32
§CompSurfaceLuid: LUID
§VidPnSourceId: u32
§pPlaneAttributes: *mut D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3
Trait Implementations§
impl Copy for D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3
impl !Send for D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3
impl !Sync for D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3
impl Unpin for D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3
impl UnwindSafe for D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE3
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