pub type jthreadGroup = jobject;
Trait Implementations§
Source§impl<'a> From<&JThreadGroupID<'a>> for jthreadGroup
impl<'a> From<&JThreadGroupID<'a>> for jthreadGroup
Source§fn from(value: &JThreadGroupID<'a>) -> Self
fn from(value: &JThreadGroupID<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<JThreadGroupID<'a>> for jthreadGroup
impl<'a> From<JThreadGroupID<'a>> for jthreadGroup
Source§fn from(value: JThreadGroupID<'a>) -> Self
fn from(value: JThreadGroupID<'a>) -> Self
Converts to this type from the input type.