Struct classfile_parser::constant_info::MethodHandleConstant [−][src]
Fields
reference_kind: u8
reference_index: u16
Trait Implementations
impl Clone for MethodHandleConstant[src]
impl Clone for MethodHandleConstantfn clone(&self) -> MethodHandleConstant[src]
fn clone(&self) -> MethodHandleConstantReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for MethodHandleConstant[src]
impl Debug for MethodHandleConstantAuto Trait Implementations
impl Send for MethodHandleConstant
impl Send for MethodHandleConstantimpl Sync for MethodHandleConstant
impl Sync for MethodHandleConstant