Struct syn::TypePtr [−][src]
A raw pointer type: *const T
or *mut T
.
This type is available if Syn is built with the "derive"
or
"full"
feature.
Fields
star_token: Star
const_token: Option<Const>
mutability: Option<Mut>
elem: Box<Type>
Trait Implementations
impl Synom for TypePtr
[src]
[+]
impl Synom for TypePtr
impl ToTokens for TypePtr
[src]
[+]
impl ToTokens for TypePtr
impl Clone for TypePtr
[src]
[+]
impl Clone for TypePtr
impl From<TypePtr> for Type
[src]
[+]
impl From<TypePtr> for Type