Type Alias jvmtiError

Source
pub type jvmtiError = u32;

Trait Implementations§

Source§

impl From<JvmtiError> for jvmtiError

Source§

fn from(error: JvmtiError) -> Self

Converts to this type from the input type.