Struct windows_sys::Win32::Graphics::DirectDraw::DD_DIRECTDRAW_GLOBAL
[−]#[repr(C)]pub struct DD_DIRECTDRAW_GLOBAL {
pub dhpdev: *mut c_void,
pub dwReserved1: usize,
pub dwReserved2: usize,
pub lpDDVideoPortCaps: *mut DDVIDEOPORTCAPS,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dhpdev: *mut c_void
dwReserved1: usize
dwReserved2: usize
lpDDVideoPortCaps: *mut DDVIDEOPORTCAPS
Trait Implementations
impl Clone for DD_DIRECTDRAW_GLOBAL
impl Clone for DD_DIRECTDRAW_GLOBAL
impl Copy for DD_DIRECTDRAW_GLOBAL
Auto Trait Implementations
impl RefUnwindSafe for DD_DIRECTDRAW_GLOBAL
impl !Send for DD_DIRECTDRAW_GLOBAL
impl !Sync for DD_DIRECTDRAW_GLOBAL
impl Unpin for DD_DIRECTDRAW_GLOBAL
impl UnwindSafe for DD_DIRECTDRAW_GLOBAL
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