Struct windows_sys::Wdk::Graphics::Direct3D::DDNT_DXVERSION
#[repr(C)]pub struct DDNT_DXVERSION {
pub gdi2: DDNT_GETDRIVERINFO2DATA,
pub dwDXVersion: u32,
pub dwReserved: u32,
}Fields§
§gdi2: DDNT_GETDRIVERINFO2DATA§dwDXVersion: u32§dwReserved: u32Trait Implementations§
§impl Clone for DDNT_DXVERSION
impl Clone for DDNT_DXVERSION
impl Copy for DDNT_DXVERSION
Auto Trait Implementations§
impl RefUnwindSafe for DDNT_DXVERSION
impl Send for DDNT_DXVERSION
impl Sync for DDNT_DXVERSION
impl Unpin for DDNT_DXVERSION
impl UnwindSafe for DDNT_DXVERSION
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