Type Alias jobject

Source
pub type jobject = *mut _jobject;

Trait Implementations§

Source§

impl<'a> From<JClassLoader<'a>> for jobject

Source§

fn from(location: JClassLoader<'a>) -> Self

Converts to this type from the input type.