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