Struct libil2cpp::raw::Il2CppAssemblyName
source · [−]#[repr(C)]pub struct Il2CppAssemblyName {
pub name: *const c_char,
pub culture: *const c_char,
pub public_key: *const u8,
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
name: *const c_char
culture: *const c_char
public_key: *const u8
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 Il2CppAssemblyName
impl Clone for Il2CppAssemblyName
sourcefn clone(&self) -> Il2CppAssemblyName
fn clone(&self) -> Il2CppAssemblyName
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 Il2CppAssemblyName
impl Debug for Il2CppAssemblyName
impl Copy for Il2CppAssemblyName
Auto Trait Implementations
impl RefUnwindSafe for Il2CppAssemblyName
impl !Send for Il2CppAssemblyName
impl !Sync for Il2CppAssemblyName
impl Unpin for Il2CppAssemblyName
impl UnwindSafe for Il2CppAssemblyName
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