Struct gfx_core::pso::CreationError [] [src]

pub struct CreationError;

Error types happening upon PSO creation on the device side.

Trait Implementations

Derived Implementations

impl Debug for CreationError

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

impl PartialEq for CreationError

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

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

impl Clone for CreationError

fn clone(&self) -> CreationError

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