Struct winapi::d3d12::D3D12_RESOURCE_BARRIER [] [src]

#[repr(C)]
pub struct D3D12_RESOURCE_BARRIER { pub Type: D3D12_RESOURCE_BARRIER_TYPE, pub Flags: D3D12_RESOURCE_BARRIER_FLAGS, pub u: D3D12_RESOURCE_TRANSITION_BARRIER, }

Fields

Methods

impl D3D12_RESOURCE_BARRIER
[src]

impl D3D12_RESOURCE_BARRIER
[src]

impl D3D12_RESOURCE_BARRIER
[src]

Trait Implementations

impl Debug for D3D12_RESOURCE_BARRIER
[src]

Formats the value using the given formatter.

impl Copy for D3D12_RESOURCE_BARRIER
[src]

impl Clone for D3D12_RESOURCE_BARRIER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more