Struct libil2cpp::raw::Il2CppDomain
source · [−]#[repr(C)]pub struct Il2CppDomain {
pub domain: *mut Il2CppAppDomain,
pub setup: *mut Il2CppAppDomainSetup,
pub default_context: *mut Il2CppAppContext,
pub friendly_name: *const c_char,
pub domain_id: u32,
pub threadpool_jobs: c_int,
pub agent_info: *mut c_void,
}
Fields
domain: *mut Il2CppAppDomain
setup: *mut Il2CppAppDomainSetup
default_context: *mut Il2CppAppContext
friendly_name: *const c_char
domain_id: u32
threadpool_jobs: c_int
agent_info: *mut c_void
Trait Implementations
sourceimpl Clone for Il2CppDomain
impl Clone for Il2CppDomain
sourcefn clone(&self) -> Il2CppDomain
fn clone(&self) -> Il2CppDomain
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
sourceimpl Debug for Il2CppDomain
impl Debug for Il2CppDomain
impl Copy for Il2CppDomain
Auto Trait Implementations
impl RefUnwindSafe for Il2CppDomain
impl !Send for Il2CppDomain
impl !Sync for Il2CppDomain
impl Unpin for Il2CppDomain
impl UnwindSafe for Il2CppDomain
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