Struct libil2cpp::raw::Il2CppAssemblyNameDefinition
source · [−]#[repr(C)]pub struct Il2CppAssemblyNameDefinition {
pub nameIndex: StringIndex,
pub cultureIndex: StringIndex,
pub publicKeyIndex: StringIndex,
pub hash_alg: u32,
pub hash_len: i32,
pub flags: u32,
pub major: i32,
pub minor: i32,
pub build: i32,
pub revision: i32,
pub public_key_token: [u8; 8],
}Fields
nameIndex: StringIndexcultureIndex: StringIndexpublicKeyIndex: StringIndexhash_alg: u32hash_len: i32flags: u32major: i32minor: i32build: i32revision: i32public_key_token: [u8; 8]Trait Implementations
sourceimpl Clone for Il2CppAssemblyNameDefinition
impl Clone for Il2CppAssemblyNameDefinition
sourcefn clone(&self) -> Il2CppAssemblyNameDefinition
fn clone(&self) -> Il2CppAssemblyNameDefinition
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 Il2CppAssemblyNameDefinition
impl Debug for Il2CppAssemblyNameDefinition
impl Copy for Il2CppAssemblyNameDefinition
Auto Trait Implementations
impl RefUnwindSafe for Il2CppAssemblyNameDefinition
impl Send for Il2CppAssemblyNameDefinition
impl Sync for Il2CppAssemblyNameDefinition
impl Unpin for Il2CppAssemblyNameDefinition
impl UnwindSafe for Il2CppAssemblyNameDefinition
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