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)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
The types of pointers
Variants
Borrowed(Option<&'a str>, Mutability)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
&'lifetime mut
Raw(Mutability)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
*mut
Trait Implementations
impl<'a> Clone for PtrTy<'a>[src]
impl<'a> Clone for PtrTy<'a>fn clone(&self) -> 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[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Eq for PtrTy<'a>[src]
impl<'a> Eq for PtrTy<'a>fn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)impl<'a> PartialEq for PtrTy<'a>[src]
impl<'a> PartialEq for PtrTy<'a>