Union windows_sys::Win32::Graphics::DirectDraw::DDSURFACEDESC_1
[−]#[repr(C)]
pub union DDSURFACEDESC_1 {
pub dwMipMapCount: u32,
pub dwZBufferBitDepth: u32,
pub dwRefreshRate: u32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwMipMapCount: u32
dwZBufferBitDepth: u32
dwRefreshRate: u32
Trait Implementations
impl Clone for DDSURFACEDESC_1
impl Clone for DDSURFACEDESC_1
impl Copy for DDSURFACEDESC_1
Auto Trait Implementations
impl RefUnwindSafe for DDSURFACEDESC_1
impl Send for DDSURFACEDESC_1
impl Sync for DDSURFACEDESC_1
impl Unpin for DDSURFACEDESC_1
impl UnwindSafe for DDSURFACEDESC_1
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