Struct libil2cpp::raw::Il2CppMethodDefinition
source · [−]#[repr(C)]pub struct Il2CppMethodDefinition {
pub nameIndex: StringIndex,
pub declaringType: TypeDefinitionIndex,
pub returnType: TypeIndex,
pub parameterStart: ParameterIndex,
pub genericContainerIndex: GenericContainerIndex,
pub token: u32,
pub flags: u16,
pub iflags: u16,
pub slot: u16,
pub parameterCount: u16,
}
Fields
nameIndex: StringIndex
declaringType: TypeDefinitionIndex
returnType: TypeIndex
parameterStart: ParameterIndex
genericContainerIndex: GenericContainerIndex
token: u32
flags: u16
iflags: u16
slot: u16
parameterCount: u16
Trait Implementations
sourceimpl Clone for Il2CppMethodDefinition
impl Clone for Il2CppMethodDefinition
sourcefn clone(&self) -> Il2CppMethodDefinition
fn clone(&self) -> Il2CppMethodDefinition
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 Il2CppMethodDefinition
impl Debug for Il2CppMethodDefinition
impl Copy for Il2CppMethodDefinition
Auto Trait Implementations
impl RefUnwindSafe for Il2CppMethodDefinition
impl Send for Il2CppMethodDefinition
impl Sync for Il2CppMethodDefinition
impl Unpin for Il2CppMethodDefinition
impl UnwindSafe for Il2CppMethodDefinition
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