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: Il2CppObjectname: *mut Il2CppStringcodebase: *mut Il2CppStringmajor: i32minor: i32build: i32revision: i32cultureInfo: *mut Il2CppObjectflags: u32hashalg: u32keypair: *mut Il2CppObjectpublicKey: *mut Il2CppArraykeyToken: *mut Il2CppArrayversioncompat: u32version: *mut Il2CppObjectprocessor_architecture: u32contentType: u32Trait 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