Struct rustc::middle::ty::param_indexUnstable [-] [+] [src]

pub struct param_index {
    pub space: ParamSpace,
    pub index: usize,
}

Fields

space
index

Trait Implementations

Derived Implementations

impl Debug for param_index

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

impl PartialOrd for param_index

fn partial_cmp(&self, __arg_0: &param_index) -> Option<Ordering>

fn lt(&self, __arg_0: &param_index) -> bool

fn le(&self, __arg_0: &param_index) -> bool

fn gt(&self, __arg_0: &param_index) -> bool

fn ge(&self, __arg_0: &param_index) -> bool

impl PartialEq for param_index

fn eq(&self, __arg_0: &param_index) -> bool

fn ne(&self, __arg_0: &param_index) -> bool

impl Decodable for param_index

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<param_index, __D>

impl Encodable for param_index

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S>

impl Copy for param_index

impl Clone for param_index

fn clone(&self) -> param_index

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