Enum syntex_syntax::ext::deriving::generic::ty::PtrTy
[−]
[src]
pub enum PtrTy<'a> { Borrowed(Option<&'a str>, Mutability), Raw(Mutability), }
The types of pointers
Variants
Borrowed | &'lifetime mut |
Raw | *mut |