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