[−][src]Enum lang_c::ast::TypeSpecifier
Type specifier
(C11 6.7.2)
Variants
void
char
short
int
long
float
double
signed
__signed, __signed__ (GNU extension)
unsigned
_Bool
_Complex
__complex, __complex__ (GNU extension)
_Atomic(typename)
Struct(Node<StructType>)struct identifier { … }
union identifier { … }
enum identifier { … }
TypedefName(Node<Identifier>)Name of a previously defined type
Specifies type of another type or expression
TS18661Float(TS18661FloatType)Floating point types with guaranteed width and representation
_Float16, _Float32, _Float64, _Float128
_Float16x, _Float32x, _Float64x, _Float128x
_Decimal16, _Decimal32, _Decimal64, _Decimal128
_Decimal16x, _Decimal32x, _Decimal64x, _Decimal128x
Trait Implementations
impl Clone for TypeSpecifier[src]
fn clone(&self) -> TypeSpecifier[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<TypeSpecifier> for TypeSpecifier[src]
fn eq(&self, other: &TypeSpecifier) -> bool[src]
fn ne(&self, other: &TypeSpecifier) -> bool[src]
impl Debug for TypeSpecifier[src]
impl StructuralPartialEq for TypeSpecifier[src]
Auto Trait Implementations
impl Send for TypeSpecifier
impl Sync for TypeSpecifier
impl Unpin for TypeSpecifier
impl UnwindSafe for TypeSpecifier
impl RefUnwindSafe for TypeSpecifier
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,