#[repr(C)]pub struct jvmtiStackInfo {
pub thread: jthread,
pub state: jint,
pub frame_buffer: *mut jvmtiFrameInfo,
pub frame_count: jint,
}
Fields§
§thread: jthread
§state: jint
§frame_buffer: *mut jvmtiFrameInfo
§frame_count: jint
Trait Implementations§
Source§impl Clone for jvmtiStackInfo
impl Clone for jvmtiStackInfo
Source§impl Default for jvmtiStackInfo
impl Default for jvmtiStackInfo
impl Copy for jvmtiStackInfo
Auto Trait Implementations§
impl Freeze for jvmtiStackInfo
impl RefUnwindSafe for jvmtiStackInfo
impl !Send for jvmtiStackInfo
impl !Sync for jvmtiStackInfo
impl Unpin for jvmtiStackInfo
impl UnwindSafe for jvmtiStackInfo
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