#[repr(C)]pub struct _jvmtiThreadInfo {
pub name: *mut c_char,
pub priority: jint,
pub is_daemon: jboolean,
pub thread_group: jthreadGroup,
pub context_class_loader: jobject,
}
Fields§
§name: *mut c_char
§priority: jint
§is_daemon: jboolean
§thread_group: jthreadGroup
§context_class_loader: jobject
Trait Implementations§
Source§impl Clone for _jvmtiThreadInfo
impl Clone for _jvmtiThreadInfo
Source§fn clone(&self) -> _jvmtiThreadInfo
fn clone(&self) -> _jvmtiThreadInfo
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 _jvmtiThreadInfo
impl Debug for _jvmtiThreadInfo
impl Copy for _jvmtiThreadInfo
Auto Trait Implementations§
impl Freeze for _jvmtiThreadInfo
impl RefUnwindSafe for _jvmtiThreadInfo
impl !Send for _jvmtiThreadInfo
impl !Sync for _jvmtiThreadInfo
impl Unpin for _jvmtiThreadInfo
impl UnwindSafe for _jvmtiThreadInfo
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