Struct libil2cpp::raw::Il2CppReflectionAssemblyName
source · [−]#[repr(C)]pub struct Il2CppReflectionAssemblyName {Show 17 fields
pub obj: Il2CppObject,
pub name: *mut Il2CppString,
pub codebase: *mut Il2CppString,
pub major: i32,
pub minor: i32,
pub build: i32,
pub revision: i32,
pub cultureInfo: *mut Il2CppObject,
pub flags: u32,
pub hashalg: u32,
pub keypair: *mut Il2CppObject,
pub publicKey: *mut Il2CppArray,
pub keyToken: *mut Il2CppArray,
pub versioncompat: u32,
pub version: *mut Il2CppObject,
pub processor_architecture: u32,
pub contentType: u32,
}
Fields
obj: Il2CppObject
name: *mut Il2CppString
codebase: *mut Il2CppString
major: i32
minor: i32
build: i32
revision: i32
cultureInfo: *mut Il2CppObject
flags: u32
hashalg: u32
keypair: *mut Il2CppObject
publicKey: *mut Il2CppArray
keyToken: *mut Il2CppArray
versioncompat: u32
version: *mut Il2CppObject
processor_architecture: u32
contentType: u32
Trait Implementations
sourceimpl Clone for Il2CppReflectionAssemblyName
impl Clone for Il2CppReflectionAssemblyName
sourcefn clone(&self) -> Il2CppReflectionAssemblyName
fn clone(&self) -> Il2CppReflectionAssemblyName
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 Il2CppReflectionAssemblyName
Auto Trait Implementations
impl RefUnwindSafe for Il2CppReflectionAssemblyName
impl !Send for Il2CppReflectionAssemblyName
impl !Sync for Il2CppReflectionAssemblyName
impl Unpin for Il2CppReflectionAssemblyName
impl UnwindSafe for Il2CppReflectionAssemblyName
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