[−][src]Struct syn::TypePtr
A raw pointer type: *const T
or *mut T
.
This type is available only 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 Clone for TypePtr
[src][+]
impl Debug for TypePtr
[src][+]
impl Eq for TypePtr
[src]
impl From<TypePtr> for Type
[src][+]
impl Hash for TypePtr
[src][+]
impl Parse for TypePtr
[src][+]
impl PartialEq<TypePtr> for TypePtr
[src][+]
impl StructuralEq for TypePtr
[src]
impl StructuralPartialEq for TypePtr
[src]
impl ToTokens for TypePtr
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for TypePtr
impl !Send for TypePtr
impl !Sync for TypePtr
impl Unpin for TypePtr
impl UnwindSafe for TypePtr
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Spanned for T where
T: Spanned + ?Sized,
[src][+]
T: Spanned + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,