Struct spirv_utils::desc::ResultId [] [src]

pub struct ResultId(pub u32);

Methods

impl ResultId

fn to_type_id(self) -> TypeId

fn to_value_id(self) -> ValueId

fn is_valid(self) -> bool

Trait Implementations

impl Debug for ResultId

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

Derived Implementations

impl Hash for ResultId

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

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

impl Eq for ResultId

impl PartialEq for ResultId

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

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

impl Clone for ResultId

fn clone(&self) -> ResultId

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

impl Copy for ResultId