Struct libil2cpp::raw::Il2CppThread
source · [−]#[repr(C)]pub struct Il2CppThread {
pub obj: Il2CppObject,
pub internal_thread: *mut Il2CppInternalThread,
pub start_obj: *mut Il2CppObject,
pub pending_exception: *mut Il2CppException,
pub principal: *mut Il2CppObject,
pub principal_version: i32,
pub delegate: *mut Il2CppDelegate,
pub executionContext: *mut Il2CppObject,
pub executionContextBelongsToOuterScope: u8,
}
Fields
obj: Il2CppObject
internal_thread: *mut Il2CppInternalThread
start_obj: *mut Il2CppObject
pending_exception: *mut Il2CppException
principal: *mut Il2CppObject
principal_version: i32
delegate: *mut Il2CppDelegate
executionContext: *mut Il2CppObject
executionContextBelongsToOuterScope: u8
Trait Implementations
sourceimpl Clone for Il2CppThread
impl Clone for Il2CppThread
sourcefn clone(&self) -> Il2CppThread
fn clone(&self) -> Il2CppThread
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for Il2CppThread
Auto Trait Implementations
impl RefUnwindSafe for Il2CppThread
impl !Send for Il2CppThread
impl !Sync for Il2CppThread
impl Unpin for Il2CppThread
impl UnwindSafe for Il2CppThread
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more