Struct windows_sys::Win32::Graphics::DirectDraw::DDHALDDRAWFNS
[−]#[repr(C)]pub struct DDHALDDRAWFNS {
pub dwSize: u32,
pub lpSetInfo: LPDDHAL_SETINFO,
pub lpVidMemAlloc: LPDDHAL_VIDMEMALLOC,
pub lpVidMemFree: LPDDHAL_VIDMEMFREE,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwSize: u32
lpSetInfo: LPDDHAL_SETINFO
lpVidMemAlloc: LPDDHAL_VIDMEMALLOC
lpVidMemFree: LPDDHAL_VIDMEMFREE
Trait Implementations
impl Clone for DDHALDDRAWFNS
impl Clone for DDHALDDRAWFNS
impl Copy for DDHALDDRAWFNS
Auto Trait Implementations
impl RefUnwindSafe for DDHALDDRAWFNS
impl Send for DDHALDDRAWFNS
impl Sync for DDHALDDRAWFNS
impl Unpin for DDHALDDRAWFNS
impl UnwindSafe for DDHALDDRAWFNS
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