Struct libil2cpp::raw::Il2CppReflectionAssembly
source · [−]#[repr(C)]pub struct Il2CppReflectionAssembly {
pub object: Il2CppObject,
pub assembly: *const Il2CppAssembly,
pub resolve_event_holder: *mut Il2CppObject,
pub evidence: *mut Il2CppObject,
pub minimum: *mut Il2CppObject,
pub optional: *mut Il2CppObject,
pub refuse: *mut Il2CppObject,
pub granted: *mut Il2CppObject,
pub denied: *mut Il2CppObject,
pub from_byte_array: u8,
pub name: *mut Il2CppString,
}
Fields
object: Il2CppObject
assembly: *const Il2CppAssembly
resolve_event_holder: *mut Il2CppObject
evidence: *mut Il2CppObject
minimum: *mut Il2CppObject
optional: *mut Il2CppObject
refuse: *mut Il2CppObject
granted: *mut Il2CppObject
denied: *mut Il2CppObject
from_byte_array: u8
name: *mut Il2CppString
Trait Implementations
sourceimpl Clone for Il2CppReflectionAssembly
impl Clone for Il2CppReflectionAssembly
sourcefn clone(&self) -> Il2CppReflectionAssembly
fn clone(&self) -> Il2CppReflectionAssembly
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 Il2CppReflectionAssembly
Auto Trait Implementations
impl RefUnwindSafe for Il2CppReflectionAssembly
impl !Send for Il2CppReflectionAssembly
impl !Sync for Il2CppReflectionAssembly
impl Unpin for Il2CppReflectionAssembly
impl UnwindSafe for Il2CppReflectionAssembly
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