#[repr(C)]pub struct _jvmtiHeapReferenceInfoConstantPool {
pub index: jint,
}
Fields§
§index: jint
Trait Implementations§
Source§impl Clone for _jvmtiHeapReferenceInfoConstantPool
impl Clone for _jvmtiHeapReferenceInfoConstantPool
Source§fn clone(&self) -> _jvmtiHeapReferenceInfoConstantPool
fn clone(&self) -> _jvmtiHeapReferenceInfoConstantPool
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 moreimpl Copy for _jvmtiHeapReferenceInfoConstantPool
Auto Trait Implementations§
impl Freeze for _jvmtiHeapReferenceInfoConstantPool
impl RefUnwindSafe for _jvmtiHeapReferenceInfoConstantPool
impl Send for _jvmtiHeapReferenceInfoConstantPool
impl Sync for _jvmtiHeapReferenceInfoConstantPool
impl Unpin for _jvmtiHeapReferenceInfoConstantPool
impl UnwindSafe for _jvmtiHeapReferenceInfoConstantPool
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