Struct windows_sys::Wdk::Graphics::Direct3D::DD_DXVERSION
#[repr(C)]pub struct DD_DXVERSION {
pub gdi2: DD_GETDRIVERINFO2DATA,
pub dwDXVersion: u32,
pub dwReserved: u32,
}
Fields§
§gdi2: DD_GETDRIVERINFO2DATA
§dwDXVersion: u32
§dwReserved: u32
Trait Implementations§
§impl Clone for DD_DXVERSION
impl Clone for DD_DXVERSION
§fn clone(&self) -> DD_DXVERSION
fn clone(&self) -> DD_DXVERSION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DD_DXVERSION
Auto Trait Implementations§
impl Freeze for DD_DXVERSION
impl RefUnwindSafe for DD_DXVERSION
impl Send for DD_DXVERSION
impl Sync for DD_DXVERSION
impl Unpin for DD_DXVERSION
impl UnwindSafe for DD_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)