Struct libil2cpp::raw::Il2CppMethodInfo
source · [−]#[repr(C)]pub struct Il2CppMethodInfo {
pub parent: *mut Il2CppReflectionType,
pub ret: *mut Il2CppReflectionType,
pub attrs: u32,
pub implattrs: u32,
pub callconv: u32,
}
Fields
parent: *mut Il2CppReflectionType
ret: *mut Il2CppReflectionType
attrs: u32
implattrs: u32
callconv: u32
Trait Implementations
sourceimpl Clone for Il2CppMethodInfo
impl Clone for Il2CppMethodInfo
sourcefn clone(&self) -> Il2CppMethodInfo
fn clone(&self) -> Il2CppMethodInfo
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 Il2CppMethodInfo
impl Debug for Il2CppMethodInfo
impl Copy for Il2CppMethodInfo
Auto Trait Implementations
impl RefUnwindSafe for Il2CppMethodInfo
impl !Send for Il2CppMethodInfo
impl !Sync for Il2CppMethodInfo
impl Unpin for Il2CppMethodInfo
impl UnwindSafe for Il2CppMethodInfo
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