Struct spirv_utils::desc::TypeId [] [src]

pub struct TypeId(pub u32);

Methods

impl TypeId

fn is_valid(self) -> bool

Trait Implementations

impl Debug for TypeId

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

Derived Implementations

impl Hash for TypeId

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

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

impl Eq for TypeId

impl PartialEq for TypeId

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

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

impl Clone for TypeId

fn clone(&self) -> TypeId

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

impl Copy for TypeId