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