Struct libil2cpp::raw::Il2CppReflectionModule
source · [−]#[repr(C)]pub struct Il2CppReflectionModule {
pub obj: Il2CppObject,
pub image: *const Il2CppImage,
pub assembly: *mut Il2CppReflectionAssembly,
pub fqname: *mut Il2CppString,
pub name: *mut Il2CppString,
pub scopename: *mut Il2CppString,
pub is_resource: u8,
pub token: u32,
}
Fields
obj: Il2CppObject
image: *const Il2CppImage
assembly: *mut Il2CppReflectionAssembly
fqname: *mut Il2CppString
name: *mut Il2CppString
scopename: *mut Il2CppString
is_resource: u8
token: u32
Trait Implementations
sourceimpl Clone for Il2CppReflectionModule
impl Clone for Il2CppReflectionModule
sourcefn clone(&self) -> Il2CppReflectionModule
fn clone(&self) -> Il2CppReflectionModule
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 Il2CppReflectionModule
Auto Trait Implementations
impl RefUnwindSafe for Il2CppReflectionModule
impl !Send for Il2CppReflectionModule
impl !Sync for Il2CppReflectionModule
impl Unpin for Il2CppReflectionModule
impl UnwindSafe for Il2CppReflectionModule
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