Struct rspirv::sr::TypeToken[][src]

pub struct TypeToken { /* fields omitted */ }

A token for representing a SPIR-V type.

Trait Implementations

impl Copy for TypeToken
[src]

impl Clone for TypeToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypeToken
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TypeToken
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for TypeToken
[src]

Auto Trait Implementations

impl Send for TypeToken

impl Sync for TypeToken