pub enum JvmtiParamTypes {
Show 18 variants
JByte,
JChar,
JShort,
JInt,
JLong,
JFloat,
JDouble,
JBoolean,
JObject,
JThread,
JClass,
JValue,
JFieldId,
JMethodId,
CChar,
CVoid,
JniEnv,
Unsupported(jvmtiParamTypes),
}
Variants§
JByte
JChar
JShort
JInt
JLong
JFloat
JDouble
JBoolean
JObject
JThread
JClass
JValue
JFieldId
JMethodId
CChar
CVoid
JniEnv
Unsupported(jvmtiParamTypes)
Trait Implementations§
Source§impl Debug for JvmtiParamTypes
impl Debug for JvmtiParamTypes
Source§impl From<JvmtiParamTypes> for jvmtiParamTypes
impl From<JvmtiParamTypes> for jvmtiParamTypes
Source§fn from(value: JvmtiParamTypes) -> Self
fn from(value: JvmtiParamTypes) -> Self
Converts to this type from the input type.
Source§impl From<u32> for JvmtiParamTypes
impl From<u32> for JvmtiParamTypes
Source§fn from(value: jvmtiParamTypes) -> Self
fn from(value: jvmtiParamTypes) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JvmtiParamTypes
impl RefUnwindSafe for JvmtiParamTypes
impl Send for JvmtiParamTypes
impl Sync for JvmtiParamTypes
impl Unpin for JvmtiParamTypes
impl UnwindSafe for JvmtiParamTypes
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