Enum rustc_trans::middle::mem_categorization::InteriorSafetyUnstable [-] [+] [src]

pub enum InteriorSafety {
    InteriorUnsafe,
    InteriorSafe,
}

Variants

InteriorUnsafe
InteriorSafe

Trait Implementations

Derived Implementations

impl Debug for InteriorSafety

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl Clone for InteriorSafety

fn clone(&self) -> InteriorSafety

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

impl Copy for InteriorSafety