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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TypeToken
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TypeToken
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for TypeToken
[src]