Struct winapi::dxgi::DXGI_ADAPTER_DESC
[−]
[src]
pub struct DXGI_ADAPTER_DESC {
pub Description: [WCHAR; 128],
pub VectorId: 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,
}Fields
Description | |
VectorId | |
DeviceId | |
SubSysId | |
Revision | |
DedicatedVideoMemory | |
DedicatedSystemMemory | |
SharedSystemMemory | |
AdapterLuid |
Trait Implementations
impl Copy for DXGI_ADAPTER_DESC[src]
impl Clone for DXGI_ADAPTER_DESC[src]
fn clone(&self) -> DXGI_ADAPTER_DESC
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