Struct DDSCAPS2
#[repr(C)]pub struct DDSCAPS2 {
pub dwCaps: u32,
pub dwCaps2: u32,
pub dwCaps3: u32,
pub Anonymous: DDSCAPS2_0,
}
Fields§
§dwCaps: u32
§dwCaps2: u32
§dwCaps3: u32
§Anonymous: DDSCAPS2_0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DDSCAPS2
impl RefUnwindSafe for DDSCAPS2
impl Send for DDSCAPS2
impl Sync for DDSCAPS2
impl Unpin for DDSCAPS2
impl UnwindSafe for DDSCAPS2
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