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