Struct syn::TypePtr [−][src]
pub struct TypePtr {
pub star_token: Star,
pub const_token: Option<Const>,
pub mutability: Option<Mut>,
pub elem: Box<Type>,
}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: Starconst_token: Option<Const>mutability: Option<Mut>elem: Box<Type>Trait Implementations
impl Clone for TypePtr[src]
impl Clone for TypePtr[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for TypePtr[src]
impl ToTokens for TypePtr[src]