pub struct ObjectFreeEvent<'a> {
pub jvmti: &'a JVMTIEnv<'a>,
pub tag: jlong,
}
Fields§
§jvmti: &'a JVMTIEnv<'a>
§tag: jlong
Auto Trait Implementations§
impl<'a> Freeze for ObjectFreeEvent<'a>
impl<'a> RefUnwindSafe for ObjectFreeEvent<'a>
impl<'a> !Send for ObjectFreeEvent<'a>
impl<'a> !Sync for ObjectFreeEvent<'a>
impl<'a> Unpin for ObjectFreeEvent<'a>
impl<'a> UnwindSafe for ObjectFreeEvent<'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