Struct redirect::factory::AdapterDesc [] [src]

#[repr(C)]
pub struct AdapterDesc { pub description: [WCHAR; 128], pub vendor_id: u32, pub device_id: u32, pub revision: u32, pub dedicated_vmem: usize, pub dedicated_smem: usize, pub shared_smem: usize, pub luid: LUID, pub flags: AdapterFlags, }

adapter description

Fields

a string description of the adapter

PCI ID of the hardware vendor

PCI ID of the hardware device

PCI ID of the revision number of the adapter

dedicated video memory not shared with CPU

dedicated system memory not shared with CPU

shared system memory

locally unique id for the adapter

misc flags

Trait Implementations

impl Debug for AdapterDesc
[src]

[src]

Formats the value using the given formatter.

impl Display for AdapterDesc
[src]

[src]

Formats the value using the given formatter. Read more