Struct windows_sys::Win32::Graphics::DirectDraw::DDSCAPSEX
[−]#[repr(C)]pub struct DDSCAPSEX {
pub dwCaps2: u32,
pub dwCaps3: u32,
pub Anonymous: DDSCAPSEX_0,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’
Fields
dwCaps2: u32dwCaps3: u32Anonymous: DDSCAPSEX_0Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DDSCAPSEX
impl Send for DDSCAPSEX
impl Sync for DDSCAPSEX
impl Unpin for DDSCAPSEX
impl UnwindSafe for DDSCAPSEX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more