pub struct MethodHandle {
pub method_handle_type: DUShort,
pub unused_stub_0: DUShort,
pub field_or_method_id: DUShort,
pub unused_stub_1: DUShort,
}
Fields§
§method_handle_type: DUShort
§unused_stub_0: DUShort
§field_or_method_id: DUShort
§unused_stub_1: DUShort
Trait Implementations§
Source§impl Clone for MethodHandle
impl Clone for MethodHandle
Source§fn clone(&self) -> MethodHandle
fn clone(&self) -> MethodHandle
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MethodHandle
impl Debug for MethodHandle
Source§impl Dex2Smali for MethodHandle
impl Dex2Smali for MethodHandle
fn to_smali(&self, dex_file_accessor: &DexFileAccessor) -> SmaliNode
Source§impl PartialEq for MethodHandle
impl PartialEq for MethodHandle
impl Copy for MethodHandle
impl Eq for MethodHandle
impl StructuralPartialEq for MethodHandle
Auto Trait Implementations§
impl Freeze for MethodHandle
impl RefUnwindSafe for MethodHandle
impl Send for MethodHandle
impl Sync for MethodHandle
impl Unpin for MethodHandle
impl UnwindSafe for MethodHandle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more