[][src]Struct dxplr::d3d12::FormatSupport1

pub struct FormatSupport1(_);

Methods

impl FormatSupport1[src]

pub const None: Self[src]

pub const Buffer: Self[src]

pub const IAVertexBuffer: Self[src]

pub const IAIndexBuffer: Self[src]

pub const SOBuffer: Self[src]

pub const Texture1D: Self[src]

pub const Texture2D: Self[src]

pub const Texture3D: Self[src]

pub const TextureCube: Self[src]

pub const ShaderLoad: Self[src]

pub const ShaderSample: Self[src]

pub const ShaderSampleComparison: Self[src]

pub const ShaderSampleMonoText: Self[src]

pub const Mip: Self[src]

pub const RenderTarget: Self[src]

pub const Blendable: Self[src]

pub const DepthStencil: Self[src]

pub const MultisampleResolve: Self[src]

pub const Display: Self[src]

pub const CastWithinBitLayout: Self[src]

pub const MultisampleRenderTarget: Self[src]

pub const MultisampleLoad: Self[src]

pub const ShaderGather: Self[src]

pub const BackBufferCast: Self[src]

pub const TypedUnorderedAccessView: Self[src]

pub const ShaderGatherComparison: Self[src]

pub const DecoderOutput: Self[src]

pub const VideoProcessorOutput: Self[src]

pub const VideoProcessorInput: Self[src]

pub const VideoEncoder: Self[src]

impl FormatSupport1[src]

pub fn enabled(&self, flag: Self) -> bool[src]

pub fn disabled(&self, flag: Self) -> bool[src]

Trait Implementations

impl Eq for FormatSupport1[src]

impl Default for FormatSupport1[src]

impl Clone for FormatSupport1[src]

impl PartialEq<FormatSupport1> for FormatSupport1[src]

impl Copy for FormatSupport1[src]

impl BitAnd<FormatSupport1> for FormatSupport1[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<FormatSupport1> for FormatSupport1[src]

type Output = Self

The resulting type after applying the | operator.

impl BitAndAssign<FormatSupport1> for FormatSupport1[src]

impl BitOrAssign<FormatSupport1> for FormatSupport1[src]

impl Debug for FormatSupport1[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]