Enum gfx_core::dummy::DummyResources [] [src]

pub enum DummyResources {}

Dummy resources phantom type

Trait Implementations

impl Resources for DummyResources

type Buffer = ()

type Shader = ()

type Program = ()

type PipelineStateObject = ()

type Texture = ()

type ShaderResourceView = ()

type UnorderedAccessView = ()

type RenderTargetView = ()

type DepthStencilView = ()

type Sampler = ()

type Fence = ()

Derived Implementations

impl PartialEq for DummyResources

fn eq(&self, __arg_0: &DummyResources) -> bool

fn ne(&self, __arg_0: &DummyResources) -> bool

impl Hash for DummyResources

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for DummyResources

impl Debug for DummyResources

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

impl Clone for DummyResources

fn clone(&self) -> DummyResources

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for DummyResources