#[repr(C)]pub enum jvmtiParamKind {
JVMTI_KIND_IN = 91,
JVMTI_KIND_IN_PTR = 92,
JVMTI_KIND_IN_BUF = 93,
JVMTI_KIND_ALLOC_BUF = 94,
JVMTI_KIND_ALLOC_ALLOC_BUF = 95,
JVMTI_KIND_OUT = 96,
JVMTI_KIND_OUT_BUF = 97,
}
Variants§
JVMTI_KIND_IN = 91
JVMTI_KIND_IN_PTR = 92
JVMTI_KIND_IN_BUF = 93
JVMTI_KIND_ALLOC_BUF = 94
JVMTI_KIND_ALLOC_ALLOC_BUF = 95
JVMTI_KIND_OUT = 96
JVMTI_KIND_OUT_BUF = 97
Trait Implementations§
Source§impl Clone for jvmtiParamKind
impl Clone for jvmtiParamKind
Source§fn clone(&self) -> jvmtiParamKind
fn clone(&self) -> jvmtiParamKind
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 jvmtiParamKind
Auto Trait Implementations§
impl Freeze for jvmtiParamKind
impl RefUnwindSafe for jvmtiParamKind
impl Send for jvmtiParamKind
impl Sync for jvmtiParamKind
impl Unpin for jvmtiParamKind
impl UnwindSafe for jvmtiParamKind
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