pub struct GcRootJniLocalRef { /* private fields */ }
Implementations§
Source§impl GcRootJniLocalRef
impl GcRootJniLocalRef
pub fn obj_id(&self) -> Id
pub fn thread_serial(&self) -> Serial
pub fn frame_index(&self) -> Option<u32>
Trait Implementations§
Source§impl Clone for GcRootJniLocalRef
impl Clone for GcRootJniLocalRef
Source§fn clone(&self) -> GcRootJniLocalRef
fn clone(&self) -> GcRootJniLocalRef
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 GcRootJniLocalRef
impl Debug for GcRootJniLocalRef
impl Copy for GcRootJniLocalRef
Auto Trait Implementations§
impl Freeze for GcRootJniLocalRef
impl RefUnwindSafe for GcRootJniLocalRef
impl Send for GcRootJniLocalRef
impl Sync for GcRootJniLocalRef
impl Unpin for GcRootJniLocalRef
impl UnwindSafe for GcRootJniLocalRef
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