pub struct JMonitorStackDepthInfo<'a> {
pub monitor: JObject<'a>,
pub stack_depth: u32,
/* private fields */
}
Fields§
§monitor: JObject<'a>
§stack_depth: u32
Trait Implementations§
Source§impl<'a> AutoDeallocateBuilder<'a, JMonitorStackDepthInfo<'a>> for MutAutoDeallocateObjectArrayBuilder<jvmtiMonitorStackDepthInfo>
impl<'a> AutoDeallocateBuilder<'a, JMonitorStackDepthInfo<'a>> for MutAutoDeallocateObjectArrayBuilder<jvmtiMonitorStackDepthInfo>
Source§impl<'a> Debug for JMonitorStackDepthInfo<'a>
impl<'a> Debug for JMonitorStackDepthInfo<'a>
Source§impl<'a> From<_jvmtiMonitorStackDepthInfo> for JMonitorStackDepthInfo<'a>
impl<'a> From<_jvmtiMonitorStackDepthInfo> for JMonitorStackDepthInfo<'a>
Source§fn from(info: jvmtiMonitorStackDepthInfo) -> Self
fn from(info: jvmtiMonitorStackDepthInfo) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for JMonitorStackDepthInfo<'a>
impl<'a> RefUnwindSafe for JMonitorStackDepthInfo<'a>
impl<'a> !Send for JMonitorStackDepthInfo<'a>
impl<'a> !Sync for JMonitorStackDepthInfo<'a>
impl<'a> Unpin for JMonitorStackDepthInfo<'a>
impl<'a> UnwindSafe for JMonitorStackDepthInfo<'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