Struct winapi::d3d12::D3D12_RESOURCE_BARRIER_FLAGS [] [src]

#[repr(C)]
pub struct D3D12_RESOURCE_BARRIER_FLAGS(pub u32);

Trait Implementations

impl Clone for D3D12_RESOURCE_BARRIER_FLAGS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for D3D12_RESOURCE_BARRIER_FLAGS
[src]

impl Debug for D3D12_RESOURCE_BARRIER_FLAGS
[src]

Formats the value using the given formatter.

impl Eq for D3D12_RESOURCE_BARRIER_FLAGS
[src]

impl Hash for D3D12_RESOURCE_BARRIER_FLAGS
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for D3D12_RESOURCE_BARRIER_FLAGS
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl BitAnd<D3D12_RESOURCE_BARRIER_FLAGS> for D3D12_RESOURCE_BARRIER_FLAGS
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<D3D12_RESOURCE_BARRIER_FLAGS> for D3D12_RESOURCE_BARRIER_FLAGS
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<D3D12_RESOURCE_BARRIER_FLAGS> for D3D12_RESOURCE_BARRIER_FLAGS
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Not for D3D12_RESOURCE_BARRIER_FLAGS
[src]

The resulting type after applying the ! operator

The method for the unary ! operator