#[repr(C)]pub struct JVM_DTraceProbe {
pub method: jmethodID,
pub function: jstring,
pub name: jstring,
pub reserved: [*mut c_void; 4],
}
Fields§
§method: jmethodID
§function: jstring
§name: jstring
§reserved: [*mut c_void; 4]
Trait Implementations§
Source§impl Clone for JVM_DTraceProbe
impl Clone for JVM_DTraceProbe
Source§fn clone(&self) -> JVM_DTraceProbe
fn clone(&self) -> JVM_DTraceProbe
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 JVM_DTraceProbe
impl Debug for JVM_DTraceProbe
impl Copy for JVM_DTraceProbe
Auto Trait Implementations§
impl Freeze for JVM_DTraceProbe
impl RefUnwindSafe for JVM_DTraceProbe
impl !Send for JVM_DTraceProbe
impl !Sync for JVM_DTraceProbe
impl Unpin for JVM_DTraceProbe
impl UnwindSafe for JVM_DTraceProbe
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