Enum glsl::syntax::StorageQualifier
[−]
[src]
pub enum StorageQualifier {
Const,
InOut,
In,
Out,
Centroid,
Patch,
Sample,
Uniform,
Buffer,
Shared,
Coherent,
Volatile,
Restrict,
ReadOnly,
WriteOnly,
Subroutine(Vec<TypeName>),
}Storage qualifier.
Variants
ConstInOutInOutCentroidPatchSampleUniformBufferCoherentVolatileRestrictReadOnlyWriteOnlySubroutine(Vec<TypeName>)Trait Implementations
impl Clone for StorageQualifier[src]
fn clone(&self) -> StorageQualifier
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for StorageQualifier[src]
impl PartialEq for StorageQualifier[src]
fn eq(&self, __arg_0: &StorageQualifier) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StorageQualifier) -> bool
This method tests for !=.