pub struct CompiledMethodUnloadEvent<'a> {
pub jvmti: &'a JVMTIEnv<'a>,
pub method: JMethodID<'a>,
pub code_addr: *const c_void,
}
Fields§
§jvmti: &'a JVMTIEnv<'a>
§method: JMethodID<'a>
§code_addr: *const c_void
Auto Trait Implementations§
impl<'a> Freeze for CompiledMethodUnloadEvent<'a>
impl<'a> RefUnwindSafe for CompiledMethodUnloadEvent<'a>
impl<'a> !Send for CompiledMethodUnloadEvent<'a>
impl<'a> !Sync for CompiledMethodUnloadEvent<'a>
impl<'a> Unpin for CompiledMethodUnloadEvent<'a>
impl<'a> UnwindSafe for CompiledMethodUnloadEvent<'a>
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