#[repr(C)]pub struct D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3 {
pub Flags: u32,
pub SrcRect: RECT,
pub DstRect: RECT,
pub ClipRect: RECT,
pub Rotation: D3DDDI_ROTATION,
pub Blend: D3DKMT_MULTIPLANE_OVERLAY_BLEND,
pub DirtyRectCount: u32,
pub pDirtyRects: *mut RECT,
pub ColorSpace: D3DDDI_COLOR_SPACE_TYPE,
pub StretchQuality: DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY,
pub SDRWhiteLevel: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Flags: u32
§SrcRect: RECT
§DstRect: RECT
§ClipRect: RECT
§Rotation: D3DDDI_ROTATION
§Blend: D3DKMT_MULTIPLANE_OVERLAY_BLEND
§DirtyRectCount: u32
§pDirtyRects: *mut RECT
§ColorSpace: D3DDDI_COLOR_SPACE_TYPE
§StretchQuality: DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
§SDRWhiteLevel: u32
Trait Implementations§
impl Copy for D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3
impl !Send for D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3
impl !Sync for D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3
impl Unpin for D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3
impl UnwindSafe for D3DKMT_MULTIPLANE_OVERLAY_ATTRIBUTES3
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