Struct libil2cpp::raw::Il2CppGenericContainer
source · [−]#[repr(C)]pub struct Il2CppGenericContainer {
pub ownerIndex: i32,
pub type_argc: i32,
pub is_method: i32,
pub genericParameterStart: GenericParameterIndex,
}
Fields
ownerIndex: i32
type_argc: i32
is_method: i32
genericParameterStart: GenericParameterIndex
Trait Implementations
sourceimpl Clone for Il2CppGenericContainer
impl Clone for Il2CppGenericContainer
sourcefn clone(&self) -> Il2CppGenericContainer
fn clone(&self) -> Il2CppGenericContainer
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 Il2CppGenericContainer
impl Debug for Il2CppGenericContainer
impl Copy for Il2CppGenericContainer
Auto Trait Implementations
impl RefUnwindSafe for Il2CppGenericContainer
impl Send for Il2CppGenericContainer
impl Sync for Il2CppGenericContainer
impl Unpin for Il2CppGenericContainer
impl UnwindSafe for Il2CppGenericContainer
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