Struct libil2cpp::raw::Il2CppSequencePoint
source · [−]#[repr(C)]pub struct Il2CppSequencePoint {
pub methodDefinitionIndex: MethodIndex,
pub sourceFileIndex: i32,
pub lineStart: i32,
pub lineEnd: i32,
pub columnStart: i32,
pub columnEnd: i32,
pub ilOffset: i32,
pub kind: SequencePointKind,
pub isActive: i32,
pub id: i32,
}
Fields
methodDefinitionIndex: MethodIndex
sourceFileIndex: i32
lineStart: i32
lineEnd: i32
columnStart: i32
columnEnd: i32
ilOffset: i32
kind: SequencePointKind
isActive: i32
id: i32
Trait Implementations
sourceimpl Clone for Il2CppSequencePoint
impl Clone for Il2CppSequencePoint
sourcefn clone(&self) -> Il2CppSequencePoint
fn clone(&self) -> Il2CppSequencePoint
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 Il2CppSequencePoint
impl Debug for Il2CppSequencePoint
impl Copy for Il2CppSequencePoint
Auto Trait Implementations
impl RefUnwindSafe for Il2CppSequencePoint
impl Send for Il2CppSequencePoint
impl Sync for Il2CppSequencePoint
impl Unpin for Il2CppSequencePoint
impl UnwindSafe for Il2CppSequencePoint
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