#[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
Source§fn clone(&self) -> jvmtiMonitorStackDepthInfo
fn clone(&self) -> jvmtiMonitorStackDepthInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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