Enum rustc_lint::middle::mem_categorization::deref_kindUnstable [-] [+] [src]

pub enum deref_kind {
    deref_ptr(PointerKind),
    deref_interior(InteriorKind),
}

Variants

deref_ptr
deref_interior

Trait Implementations

Derived Implementations

impl Clone for deref_kind

fn clone(&self) -> deref_kind

fn clone_from(&mut self, source: &Self)

impl Copy for deref_kind