Enum glsl::syntax::PreprocessorExtensionName [−][src]
pub enum PreprocessorExtensionName {
All,
Specific(String),
}An #extension name annotation.
Variants
AllAll extensions you could ever imagine in your whole lifetime (how crazy is that!).
Specific(String)A specific extension.
Trait Implementations
impl Clone for PreprocessorExtensionName[src]
impl Clone for PreprocessorExtensionNamefn clone(&self) -> PreprocessorExtensionName[src]
fn clone(&self) -> PreprocessorExtensionNameReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PreprocessorExtensionName[src]
impl Debug for PreprocessorExtensionNamefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for PreprocessorExtensionName[src]
impl PartialEq for PreprocessorExtensionNamefn eq(&self, other: &PreprocessorExtensionName) -> bool[src]
fn eq(&self, other: &PreprocessorExtensionName) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &PreprocessorExtensionName) -> bool[src]
fn ne(&self, other: &PreprocessorExtensionName) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for PreprocessorExtensionName
impl Send for PreprocessorExtensionNameimpl Sync for PreprocessorExtensionName
impl Sync for PreprocessorExtensionName