Struct winapi::d3d12sdklayers::D3D12_INFO_QUEUE_FILTER_DESC [] [src]

pub struct D3D12_INFO_QUEUE_FILTER_DESC {
    pub NumCategories: UINT,
    pub pCategoryList: *mut D3D12_MESSAGE_CATEGORY,
    pub NumSeverities: UINT,
    pub pSeverityList: *mut D3D12_MESSAGE_SEVERITY,
    pub NumIDs: UINT,
    pub pIDList: *mut D3D12_MESSAGE_ID,
}

Fields

NumCategories: UINT pCategoryList: *mut D3D12_MESSAGE_CATEGORY NumSeverities: UINT pSeverityList: *mut D3D12_MESSAGE_SEVERITY NumIDs: UINT pIDList: *mut D3D12_MESSAGE_ID

Trait Implementations

impl Debug for D3D12_INFO_QUEUE_FILTER_DESC
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for D3D12_INFO_QUEUE_FILTER_DESC
[src]

impl Clone for D3D12_INFO_QUEUE_FILTER_DESC
[src]

fn clone(&self) -> D3D12_INFO_QUEUE_FILTER_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