Struct rustc::middle::typeck::MethodObject[src]
pub struct MethodObject {
pub trait_id: DefId,
pub object_trait_id: DefId,
pub method_num: uint,
pub real_index: uint,
}Fields
trait_id | |
object_trait_id | |
method_num | |
real_index |
pub struct MethodObject {
pub trait_id: DefId,
pub object_trait_id: DefId,
pub method_num: uint,
pub real_index: uint,
}trait_id | |
object_trait_id | |
method_num | |
real_index |
impl Repr for MethodObjectimpl<__D: Decoder<__E>, __E> Decodable<__D, __E> for MethodObjectfn decode(__arg_0: &mut __D) -> Result<MethodObject, __E>impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for MethodObjectimpl Clone for MethodObjectfn clone(&self) -> MethodObjectfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).