Struct winapi::dxgi1_2::DXGI_ADAPTER_DESC2 [] [src]

pub struct DXGI_ADAPTER_DESC2 {
    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,
    pub GraphicsPreemptionGranularity: DXGI_GRAPHICS_PREEMPTION_GRANULARITY,
    pub ComputePreemptionGranularity: DXGI_COMPUTE_PREEMPTION_GRANULARITY,
}

Fields

Description: [WCHAR; 128] VendorId: UINT DeviceId: UINT SubSysId: UINT Revision: UINT DedicatedVideoMemory: SIZE_T DedicatedSystemMemory: SIZE_T SharedSystemMemory: SIZE_T AdapterLuid: LUID Flags: UINT GraphicsPreemptionGranularity: DXGI_GRAPHICS_PREEMPTION_GRANULARITY ComputePreemptionGranularity: DXGI_COMPUTE_PREEMPTION_GRANULARITY

Trait Implementations

impl Copy for DXGI_ADAPTER_DESC2
[src]

impl Clone for DXGI_ADAPTER_DESC2
[src]

fn clone(&self) -> DXGI_ADAPTER_DESC2

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