pub struct EnclosingMethod {
pub class_index: U2,
pub method_index: U2,
}
Fields§
§class_index: U2
§method_index: U2
Trait Implementations§
Source§impl Clone for EnclosingMethod
impl Clone for EnclosingMethod
Source§fn clone(&self) -> EnclosingMethod
fn clone(&self) -> EnclosingMethod
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 EnclosingMethod
impl RefUnwindSafe for EnclosingMethod
impl Send for EnclosingMethod
impl Sync for EnclosingMethod
impl Unpin for EnclosingMethod
impl UnwindSafe for EnclosingMethod
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