Struct windows_sys::Wdk::Graphics::Direct3D::D3DHAL_DP2CLEAR
#[repr(C)]pub struct D3DHAL_DP2CLEAR {
pub dwFlags: u32,
pub dwFillColor: u32,
pub dvFillDepth: f32,
pub dwFillStencil: u32,
pub Rects: [RECT; 1],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwFlags: u32
§dwFillColor: u32
§dvFillDepth: f32
§dwFillStencil: u32
§Rects: [RECT; 1]
Trait Implementations§
§impl Clone for D3DHAL_DP2CLEAR
impl Clone for D3DHAL_DP2CLEAR
impl Copy for D3DHAL_DP2CLEAR
Auto Trait Implementations§
impl RefUnwindSafe for D3DHAL_DP2CLEAR
impl Send for D3DHAL_DP2CLEAR
impl Sync for D3DHAL_DP2CLEAR
impl Unpin for D3DHAL_DP2CLEAR
impl UnwindSafe for D3DHAL_DP2CLEAR
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