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: Il2CppObjectimage: *const Il2CppImageassembly: *mut Il2CppReflectionAssemblyfqname: *mut Il2CppStringname: *mut Il2CppStringscopename: *mut Il2CppStringis_resource: u8token: u32Trait 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