Struct libil2cpp::raw::Il2CppMethodDebugInfo
source · [−]#[repr(C)]pub struct Il2CppMethodDebugInfo {
pub methodPointer: Il2CppMethodPointer,
pub code_size: i32,
pub file: *const c_char,
}
Fields
methodPointer: Il2CppMethodPointer
code_size: i32
file: *const c_char
Trait Implementations
sourceimpl Clone for Il2CppMethodDebugInfo
impl Clone for Il2CppMethodDebugInfo
sourcefn clone(&self) -> Il2CppMethodDebugInfo
fn clone(&self) -> Il2CppMethodDebugInfo
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 Il2CppMethodDebugInfo
impl Debug for Il2CppMethodDebugInfo
impl Copy for Il2CppMethodDebugInfo
Auto Trait Implementations
impl RefUnwindSafe for Il2CppMethodDebugInfo
impl !Send for Il2CppMethodDebugInfo
impl !Sync for Il2CppMethodDebugInfo
impl Unpin for Il2CppMethodDebugInfo
impl UnwindSafe for Il2CppMethodDebugInfo
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