pub type jvmtiPrimitiveType = u32;
Trait Implementations§
Source§impl From<JvmtiPrimitiveType> for jvmtiPrimitiveType
impl From<JvmtiPrimitiveType> for jvmtiPrimitiveType
Source§fn from(value: JvmtiPrimitiveType) -> Self
fn from(value: JvmtiPrimitiveType) -> Self
Converts to this type from the input type.