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