#[repr(C)]pub struct jvmtiMonitorStackDepthInfo {
pub monitor: jobject,
pub stack_depth: jint,
}
Fields§
§monitor: jobject
§stack_depth: jint
Trait Implementations§
Source§impl Clone for jvmtiMonitorStackDepthInfo
impl Clone for jvmtiMonitorStackDepthInfo
Source§impl Default for jvmtiMonitorStackDepthInfo
impl Default for jvmtiMonitorStackDepthInfo
impl Copy for jvmtiMonitorStackDepthInfo
Auto Trait Implementations§
impl Freeze for jvmtiMonitorStackDepthInfo
impl RefUnwindSafe for jvmtiMonitorStackDepthInfo
impl !Send for jvmtiMonitorStackDepthInfo
impl !Sync for jvmtiMonitorStackDepthInfo
impl Unpin for jvmtiMonitorStackDepthInfo
impl UnwindSafe for jvmtiMonitorStackDepthInfo
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