Struct libil2cpp::raw::MethodInfo
source · [−]#[repr(C)]pub struct MethodInfo {Show 16 fields
pub methodPointer: Il2CppMethodPointer,
pub invoker_method: InvokerMethod,
pub name: *const c_char,
pub klass: *mut Il2CppClass,
pub return_type: *const Il2CppType,
pub parameters: *const ParameterInfo,
pub __bindgen_anon_1: MethodInfo__bindgen_ty_1,
pub __bindgen_anon_2: MethodInfo__bindgen_ty_2,
pub token: u32,
pub flags: u16,
pub iflags: u16,
pub slot: u16,
pub parameters_count: u8,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u32,
}
Fields
methodPointer: Il2CppMethodPointer
invoker_method: InvokerMethod
name: *const c_char
klass: *mut Il2CppClass
return_type: *const Il2CppType
parameters: *const ParameterInfo
__bindgen_anon_1: MethodInfo__bindgen_ty_1
__bindgen_anon_2: MethodInfo__bindgen_ty_2
token: u32
flags: u16
iflags: u16
slot: u16
parameters_count: u8
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
__bindgen_padding_0: u32
Implementations
sourceimpl MethodInfo
impl MethodInfo
pub fn is_generic(&self) -> u8
pub fn set_is_generic(&mut self, val: u8)
pub fn is_inflated(&self) -> u8
pub fn set_is_inflated(&mut self, val: u8)
pub fn wrapper_type(&self) -> u8
pub fn set_wrapper_type(&mut self, val: u8)
pub fn is_marshaled_from_native(&self) -> u8
pub fn set_is_marshaled_from_native(&mut self, val: u8)
pub fn new_bitfield_1(
is_generic: u8,
is_inflated: u8,
wrapper_type: u8,
is_marshaled_from_native: u8
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
sourceimpl Clone for MethodInfo
impl Clone for MethodInfo
sourcefn clone(&self) -> MethodInfo
fn clone(&self) -> MethodInfo
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 MethodInfo
Auto Trait Implementations
impl RefUnwindSafe for MethodInfo
impl !Send for MethodInfo
impl !Sync for MethodInfo
impl Unpin for MethodInfo
impl UnwindSafe for MethodInfo
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