Struct glsl_lang_types::ast::FullySpecifiedTypeData
source · pub struct FullySpecifiedTypeData {
pub qualifier: Option<TypeQualifier>,
pub ty: TypeSpecifier,
}
Expand description
Fully specified type.
Fields§
§qualifier: Option<TypeQualifier>
Optional type qualifier
ty: TypeSpecifier
Type specifier
Implementations§
source§impl FullySpecifiedTypeData
impl FullySpecifiedTypeData
sourcepub fn new(ty: TypeSpecifierNonArray) -> Self
pub fn new(ty: TypeSpecifierNonArray) -> Self
Create a new FullySpecifiedType from a TypeSpecifierNonArray, with no qualifier and no array specifier
Trait Implementations§
source§impl Clone for FullySpecifiedTypeData
impl Clone for FullySpecifiedTypeData
source§fn clone(&self) -> FullySpecifiedTypeData
fn clone(&self) -> FullySpecifiedTypeData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FullySpecifiedTypeData
impl Debug for FullySpecifiedTypeData
source§impl<'de> Deserialize<'de> for FullySpecifiedTypeData
impl<'de> Deserialize<'de> for FullySpecifiedTypeData
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<Node<FullySpecifiedTypeData>> for FullySpecifiedTypeData
impl From<Node<FullySpecifiedTypeData>> for FullySpecifiedTypeData
source§fn from(node: Node<FullySpecifiedTypeData>) -> Self
fn from(node: Node<FullySpecifiedTypeData>) -> Self
Converts to this type from the input type.
source§impl From<TypeSpecifierNonArrayData> for FullySpecifiedTypeData
impl From<TypeSpecifierNonArrayData> for FullySpecifiedTypeData
source§fn from(ty: TypeSpecifierNonArrayData) -> Self
fn from(ty: TypeSpecifierNonArrayData) -> Self
Converts to this type from the input type.
source§impl NodeContent for FullySpecifiedTypeData
impl NodeContent for FullySpecifiedTypeData
source§fn into_node<T>(self) -> Node<T>where
T: From<Self> + NodeContent,
fn into_node<T>(self) -> Node<T>where
T: From<Self> + NodeContent,
Convert the contents into a node
source§fn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
fn spanned(self, start: LexerPosition, end: LexerPosition) -> Node<Self>
Add span information to a syntax node
source§impl PartialEq for FullySpecifiedTypeData
impl PartialEq for FullySpecifiedTypeData
source§impl Serialize for FullySpecifiedTypeData
impl Serialize for FullySpecifiedTypeData
impl StructuralPartialEq for FullySpecifiedTypeData
Auto Trait Implementations§
impl Freeze for FullySpecifiedTypeData
impl RefUnwindSafe for FullySpecifiedTypeData
impl Send for FullySpecifiedTypeData
impl Sync for FullySpecifiedTypeData
impl Unpin for FullySpecifiedTypeData
impl UnwindSafe for FullySpecifiedTypeData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)