pub struct Methodref {
pub class_index: u16,
pub name_and_type_index: u16,
}Expand description
Java SE 7 § 4.4.2: A CONSTANT_Methodref_info, minus the tag.
Fields§
§class_index: u16§name_and_type_index: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Methodref
impl RefUnwindSafe for Methodref
impl Send for Methodref
impl Sync for Methodref
impl Unpin for Methodref
impl UnwindSafe for Methodref
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