Struct windows_sys::Win32::Graphics::DirectDraw::DD_SURFACE_MORE
[−]#[repr(C)]pub struct DD_SURFACE_MORE {
pub dwMipMapCount: u32,
pub lpVideoPort: *mut DD_VIDEOPORT_LOCAL,
pub dwOverlayFlags: u32,
pub ddsCapsEx: DDSCAPSEX,
pub dwSurfaceHandle: u32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
dwMipMapCount: u32
lpVideoPort: *mut DD_VIDEOPORT_LOCAL
dwOverlayFlags: u32
ddsCapsEx: DDSCAPSEX
dwSurfaceHandle: u32
Trait Implementations
impl Clone for DD_SURFACE_MORE
impl Clone for DD_SURFACE_MORE
impl Copy for DD_SURFACE_MORE
Auto Trait Implementations
impl RefUnwindSafe for DD_SURFACE_MORE
impl !Send for DD_SURFACE_MORE
impl !Sync for DD_SURFACE_MORE
impl Unpin for DD_SURFACE_MORE
impl UnwindSafe for DD_SURFACE_MORE
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