pub struct MethodrefInfo {
pub class_index: u16,
pub name_and_type_index: u16,
}Fields§
§class_index: u16§name_and_type_index: u16Trait Implementations§
Source§impl Clone for MethodrefInfo
impl Clone for MethodrefInfo
Source§fn clone(&self) -> MethodrefInfo
fn clone(&self) -> MethodrefInfo
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 moreAuto Trait Implementations§
impl Freeze for MethodrefInfo
impl RefUnwindSafe for MethodrefInfo
impl Send for MethodrefInfo
impl Sync for MethodrefInfo
impl Unpin for MethodrefInfo
impl UnsafeUnpin for MethodrefInfo
impl UnwindSafe for MethodrefInfo
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