Type Alias jthread

Source
pub type jthread = jobject;

Trait Implementations§

Source§

impl<'a> From<&JThreadID<'a>> for jthread

Source§

fn from(other: &JThreadID<'a>) -> Self

Converts to this type from the input type.
Source§

impl<'a> From<JThreadID<'a>> for jthread

Source§

fn from(other: JThreadID<'a>) -> Self

Converts to this type from the input type.