Struct winapi::dxgi::DXGI_ADAPTER_DESC1 [] [src]

pub struct DXGI_ADAPTER_DESC1 {
    pub Description: [WCHAR; 128],
    pub VendorId: UINT,
    pub DeviceId: UINT,
    pub SubSysId: UINT,
    pub Revision: UINT,
    pub DedicatedVideoMemory: SIZE_T,
    pub DedicatedSystemMemory: SIZE_T,
    pub SharedSystemMemory: SIZE_T,
    pub AdapterLuid: LUID,
    pub Flags: UINT,
}

Fields

Description
VendorId
DeviceId
SubSysId
Revision
DedicatedVideoMemory
DedicatedSystemMemory
SharedSystemMemory
AdapterLuid
Flags

Trait Implementations

impl Copy for DXGI_ADAPTER_DESC1
[src]

impl Clone for DXGI_ADAPTER_DESC1
[src]

fn clone(&self) -> DXGI_ADAPTER_DESC1

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more