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