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