Struct windows_sys::Wdk::Graphics::Direct3D::D3DHAL_DP2COLORFILL
#[repr(C)]pub struct D3DHAL_DP2COLORFILL {
pub dwSurface: u32,
pub rRect: RECTL,
pub Color: u32,
}Expand description
Required features: "Win32_Foundation"
Fields§
§dwSurface: u32§rRect: RECTL§Color: u32Trait Implementations§
§impl Clone for D3DHAL_DP2COLORFILL
impl Clone for D3DHAL_DP2COLORFILL
impl Copy for D3DHAL_DP2COLORFILL
Auto Trait Implementations§
impl RefUnwindSafe for D3DHAL_DP2COLORFILL
impl Send for D3DHAL_DP2COLORFILL
impl Sync for D3DHAL_DP2COLORFILL
impl Unpin for D3DHAL_DP2COLORFILL
impl UnwindSafe for D3DHAL_DP2COLORFILL
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