pub struct GcRootThreadObj { /* private fields */ }
Implementations§
Source§impl GcRootThreadObj
impl GcRootThreadObj
Sourcepub fn thread_obj_id(&self) -> Option<Id>
pub fn thread_obj_id(&self) -> Option<Id>
May be missing for a thread newly attached through JNI
pub fn thread_serial(&self) -> Serial
pub fn stack_trace_serial(&self) -> Serial
Trait Implementations§
Source§impl Clone for GcRootThreadObj
impl Clone for GcRootThreadObj
Source§fn clone(&self) -> GcRootThreadObj
fn clone(&self) -> GcRootThreadObj
Returns a copy 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 GcRootThreadObj
impl Debug for GcRootThreadObj
impl Copy for GcRootThreadObj
Auto Trait Implementations§
impl Freeze for GcRootThreadObj
impl RefUnwindSafe for GcRootThreadObj
impl Send for GcRootThreadObj
impl Sync for GcRootThreadObj
impl Unpin for GcRootThreadObj
impl UnwindSafe for GcRootThreadObj
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