pub struct EnclosingMethodInfo {
pub attribute_name_index: ConstantPoolIndex,
pub attribute_length: u32,
pub class_index: ConstantPoolIndex,
pub method_index: ConstantPoolIndex,
}
Fields§
§attribute_name_index: ConstantPoolIndex
§attribute_length: u32
§class_index: ConstantPoolIndex
§method_index: ConstantPoolIndex
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnclosingMethodInfo
impl RefUnwindSafe for EnclosingMethodInfo
impl Send for EnclosingMethodInfo
impl Sync for EnclosingMethodInfo
impl Unpin for EnclosingMethodInfo
impl UnwindSafe for EnclosingMethodInfo
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