[][src]Struct dexparser::CallSiteItem

pub struct CallSiteItem {
    pub method_handle: Rc<Method>,
    pub method_name: Rc<String>,
    pub method_type: Rc<Prototype>,
    pub constant_values: Vec<EncodedValue>,
}

Fields

method_handle: Rc<Method>method_name: Rc<String>method_type: Rc<Prototype>constant_values: Vec<EncodedValue>

Trait Implementations

impl PartialEq<CallSiteItem> for CallSiteItem[src]

impl Debug for CallSiteItem[src]

impl StructuralPartialEq for CallSiteItem[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]