Struct spirv_utils::desc::ValueId [] [src]

pub struct ValueId(pub u32);

Methods

impl ValueId

fn is_valid(self) -> bool

Trait Implementations

impl Debug for ValueId

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

Derived Implementations

impl Hash for ValueId

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

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

impl Eq for ValueId

impl PartialEq for ValueId

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

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

impl Clone for ValueId

fn clone(&self) -> ValueId

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

impl Copy for ValueId