Enum rustc_trans::middle::mem_categorization::deref_kind
[−]
[src]
pub enum deref_kind {
deref_ptr(PointerKind),
deref_interior(InteriorKind),
}Unstable (
rustc_private)Variants
deref_ptr(PointerKind)Unstable (
rustc_private)deref_interior(InteriorKind)Unstable (
rustc_private)Trait Implementations
Derived Implementations
impl Clone for deref_kind
fn clone(&self) -> deref_kind
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