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: StringIndex
cultureIndex: StringIndex
publicKeyIndex: StringIndex
hash_alg: u32
hash_len: i32
flags: u32
major: i32
minor: i32
build: i32
revision: i32
public_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