pub struct InterfaceMethodref {
pub class_index: u16,
pub name_and_type_index: u16,
}Expand description
Java SE 7 § 4.4.2: A CONSTANT_InstanceMethodref_info, minus the tag.
Fields§
§class_index: u16§name_and_type_index: u16Implementations§
Trait Implementations§
Source§impl Clone for InterfaceMethodref
impl Clone for InterfaceMethodref
Source§fn clone(&self) -> InterfaceMethodref
fn clone(&self) -> InterfaceMethodref
Returns a duplicate 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 InterfaceMethodref
impl Debug for InterfaceMethodref
Source§impl From<InterfaceMethodref> for Constant
impl From<InterfaceMethodref> for Constant
Source§fn from(value: InterfaceMethodref) -> Self
fn from(value: InterfaceMethodref) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InterfaceMethodref
impl RefUnwindSafe for InterfaceMethodref
impl Send for InterfaceMethodref
impl Sync for InterfaceMethodref
impl Unpin for InterfaceMethodref
impl UnwindSafe for InterfaceMethodref
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