pub struct JThreadGroupID<'a> { /* private fields */ }
Implementations§
Source§impl<'a> JThreadGroupID<'a>
impl<'a> JThreadGroupID<'a>
Sourcepub fn null() -> JThreadGroupID<'a>
pub fn null() -> JThreadGroupID<'a>
Creates a new null threadGroup
Trait Implementations§
Source§impl<'a> AutoDeallocateBuilder<'a, JThreadGroupID<'a>> for MutAutoDeallocateObjectArrayBuilder<jthreadGroup>
impl<'a> AutoDeallocateBuilder<'a, JThreadGroupID<'a>> for MutAutoDeallocateObjectArrayBuilder<jthreadGroup>
Source§impl<'a> Clone for JThreadGroupID<'a>
impl<'a> Clone for JThreadGroupID<'a>
Source§fn clone(&self) -> JThreadGroupID<'a>
fn clone(&self) -> JThreadGroupID<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for JThreadGroupID<'a>
impl<'a> Debug for JThreadGroupID<'a>
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<*mut _jobject> for JThreadGroupID<'a>
impl<'a> From<*mut _jobject> for JThreadGroupID<'a>
Source§fn from(other: jthreadGroup) -> Self
fn from(other: jthreadGroup) -> 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.
Source§impl<'a> Deref for JThreadGroupID<'a>
impl<'a> Deref for JThreadGroupID<'a>
impl<'a> Copy for JThreadGroupID<'a>
Auto Trait Implementations§
impl<'a> Freeze for JThreadGroupID<'a>
impl<'a> RefUnwindSafe for JThreadGroupID<'a>
impl<'a> !Send for JThreadGroupID<'a>
impl<'a> !Sync for JThreadGroupID<'a>
impl<'a> Unpin for JThreadGroupID<'a>
impl<'a> UnwindSafe for JThreadGroupID<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more