#[repr(C)]pub struct DDHAL_DESTROYDDLOCALDATA {
pub dwFlags: u32,
pub pDDLcl: *mut DDRAWI_DIRECTDRAW_LCL,
pub ddRVal: HRESULT,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwFlags: u32
pDDLcl: *mut DDRAWI_DIRECTDRAW_LCL
ddRVal: HRESULT
Trait Implementations
impl Clone for DDHAL_DESTROYDDLOCALDATA
impl Clone for DDHAL_DESTROYDDLOCALDATA
impl Copy for DDHAL_DESTROYDDLOCALDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_DESTROYDDLOCALDATA
impl !Send for DDHAL_DESTROYDDLOCALDATA
impl !Sync for DDHAL_DESTROYDDLOCALDATA
impl Unpin for DDHAL_DESTROYDDLOCALDATA
impl UnwindSafe for DDHAL_DESTROYDDLOCALDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more