Enum syntax::ext::deriving::generic::ty::PtrTy[src]
pub enum PtrTy<'a> {
Send,
Borrowed(Option<&'a str>, Mutability),
}The types of pointers
Variants
Send | |
Borrowed |
pub enum PtrTy<'a> {
Send,
Borrowed(Option<&'a str>, Mutability),
}The types of pointers
Send | |
Borrowed |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).