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