Struct libil2cpp::raw::Il2CppErrorWrapper
source · [−]#[repr(C)]pub struct Il2CppErrorWrapper {
pub base: Il2CppObject,
pub errorCode: i32,
}
Fields
base: Il2CppObject
errorCode: i32
Trait Implementations
sourceimpl Clone for Il2CppErrorWrapper
impl Clone for Il2CppErrorWrapper
sourcefn clone(&self) -> Il2CppErrorWrapper
fn clone(&self) -> Il2CppErrorWrapper
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 Il2CppErrorWrapper
Auto Trait Implementations
impl RefUnwindSafe for Il2CppErrorWrapper
impl !Send for Il2CppErrorWrapper
impl !Sync for Il2CppErrorWrapper
impl Unpin for Il2CppErrorWrapper
impl UnwindSafe for Il2CppErrorWrapper
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