Struct windows_sys::Wdk::Graphics::Direct3D::D3DHAL_DP2DRAWRECTPATCH
#[repr(C)]pub struct D3DHAL_DP2DRAWRECTPATCH {
pub Handle: u32,
pub Flags: u32,
}Fields§
§Handle: u32§Flags: u32Trait Implementations§
§impl Clone for D3DHAL_DP2DRAWRECTPATCH
impl Clone for D3DHAL_DP2DRAWRECTPATCH
impl Copy for D3DHAL_DP2DRAWRECTPATCH
Auto Trait Implementations§
impl RefUnwindSafe for D3DHAL_DP2DRAWRECTPATCH
impl Send for D3DHAL_DP2DRAWRECTPATCH
impl Sync for D3DHAL_DP2DRAWRECTPATCH
impl Unpin for D3DHAL_DP2DRAWRECTPATCH
impl UnwindSafe for D3DHAL_DP2DRAWRECTPATCH
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