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