Struct winapi::d3d12::D3D12_PACKED_MIP_INFO [] [src]

#[repr(C)]
pub struct D3D12_PACKED_MIP_INFO { pub NumStandardMips: UINT8, pub NumPackedMips: UINT8, pub NumTilesForPackedMips: UINT, pub StartTileIndexInOverallResource: UINT, }

Fields

Trait Implementations

impl Debug for D3D12_PACKED_MIP_INFO
[src]

Formats the value using the given formatter.

impl Copy for D3D12_PACKED_MIP_INFO
[src]

impl Clone for D3D12_PACKED_MIP_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more