Struct libil2cpp::raw::Il2CppSequencePointSourceFile
source · [−]Fields
file: *const c_char
hash: [u8; 16]
Trait Implementations
sourceimpl Clone for Il2CppSequencePointSourceFile
impl Clone for Il2CppSequencePointSourceFile
sourcefn clone(&self) -> Il2CppSequencePointSourceFile
fn clone(&self) -> Il2CppSequencePointSourceFile
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 Il2CppSequencePointSourceFile
impl Debug for Il2CppSequencePointSourceFile
impl Copy for Il2CppSequencePointSourceFile
Auto Trait Implementations
impl RefUnwindSafe for Il2CppSequencePointSourceFile
impl !Send for Il2CppSequencePointSourceFile
impl !Sync for Il2CppSequencePointSourceFile
impl Unpin for Il2CppSequencePointSourceFile
impl UnwindSafe for Il2CppSequencePointSourceFile
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