#[repr(C)]pub struct DDSCAPSEX {
pub dwCaps2: u32,
pub dwCaps3: u32,
pub Anonymous: DDSCAPSEX_0,
}Fields§
§dwCaps2: u32§dwCaps3: u32§Anonymous: DDSCAPSEX_0Trait Implementations§
Source§impl Abi for DDSCAPSEX
impl Abi for DDSCAPSEX
impl Copy for DDSCAPSEX
impl Eq for DDSCAPSEX
Auto Trait Implementations§
impl Freeze for DDSCAPSEX
impl RefUnwindSafe for DDSCAPSEX
impl Send for DDSCAPSEX
impl Sync for DDSCAPSEX
impl Unpin for DDSCAPSEX
impl UnsafeUnpin for DDSCAPSEX
impl UnwindSafe for DDSCAPSEX
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more