Enum syntax_ext::deriving::generic::ty::PtrTy
[−]
[src]
pub enum PtrTy<'a> {
Borrowed(Option<&'a str>, Mutability),
Raw(Mutability),
}🔬 This is a nightly-only experimental API. (
rustc_private)The types of pointers
Variants
Borrowed(Option<&'a str>, Mutability)🔬 This is a nightly-only experimental API. (
rustc_private)&'lifetime mut
Raw(Mutability)🔬 This is a nightly-only experimental API. (
rustc_private)*mut
Trait Implementations
impl<'a> Clone for PtrTy<'a>[src]
fn clone(&self) -> PtrTy<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more