pub struct ResourceExhaustedEvent<'a> {
pub jvmti: &'a JVMTIFacadeEnv<'a>,
pub jni: &'a JNIEnv<'a>,
pub flags: jint,
pub reserved: *const c_void,
pub description: String,
}
Fields§
§jvmti: &'a JVMTIFacadeEnv<'a>
§jni: &'a JNIEnv<'a>
§flags: jint
§reserved: *const c_void
§description: String
Auto Trait Implementations§
impl<'a> Freeze for ResourceExhaustedEvent<'a>
impl<'a> RefUnwindSafe for ResourceExhaustedEvent<'a>
impl<'a> !Send for ResourceExhaustedEvent<'a>
impl<'a> !Sync for ResourceExhaustedEvent<'a>
impl<'a> Unpin for ResourceExhaustedEvent<'a>
impl<'a> UnwindSafe for ResourceExhaustedEvent<'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