#[repr(C)]pub struct _jvmtiHeapCallbacks {Show 16 fields
pub heap_iteration_callback: jvmtiHeapIterationCallback,
pub heap_reference_callback: jvmtiHeapReferenceCallback,
pub primitive_field_callback: jvmtiPrimitiveFieldCallback,
pub array_primitive_value_callback: jvmtiArrayPrimitiveValueCallback,
pub string_primitive_value_callback: jvmtiStringPrimitiveValueCallback,
pub reserved5: jvmtiReservedCallback,
pub reserved6: jvmtiReservedCallback,
pub reserved7: jvmtiReservedCallback,
pub reserved8: jvmtiReservedCallback,
pub reserved9: jvmtiReservedCallback,
pub reserved10: jvmtiReservedCallback,
pub reserved11: jvmtiReservedCallback,
pub reserved12: jvmtiReservedCallback,
pub reserved13: jvmtiReservedCallback,
pub reserved14: jvmtiReservedCallback,
pub reserved15: jvmtiReservedCallback,
}
Fields§
§heap_iteration_callback: jvmtiHeapIterationCallback
§heap_reference_callback: jvmtiHeapReferenceCallback
§primitive_field_callback: jvmtiPrimitiveFieldCallback
§array_primitive_value_callback: jvmtiArrayPrimitiveValueCallback
§string_primitive_value_callback: jvmtiStringPrimitiveValueCallback
§reserved5: jvmtiReservedCallback
§reserved6: jvmtiReservedCallback
§reserved7: jvmtiReservedCallback
§reserved8: jvmtiReservedCallback
§reserved9: jvmtiReservedCallback
§reserved10: jvmtiReservedCallback
§reserved11: jvmtiReservedCallback
§reserved12: jvmtiReservedCallback
§reserved13: jvmtiReservedCallback
§reserved14: jvmtiReservedCallback
§reserved15: jvmtiReservedCallback
Trait Implementations§
Source§impl Clone for _jvmtiHeapCallbacks
impl Clone for _jvmtiHeapCallbacks
Source§fn clone(&self) -> _jvmtiHeapCallbacks
fn clone(&self) -> _jvmtiHeapCallbacks
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 _jvmtiHeapCallbacks
impl Debug for _jvmtiHeapCallbacks
impl Copy for _jvmtiHeapCallbacks
Auto Trait Implementations§
impl Freeze for _jvmtiHeapCallbacks
impl RefUnwindSafe for _jvmtiHeapCallbacks
impl Send for _jvmtiHeapCallbacks
impl Sync for _jvmtiHeapCallbacks
impl Unpin for _jvmtiHeapCallbacks
impl UnwindSafe for _jvmtiHeapCallbacks
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